Uses of Class
be.ehealth.business.mycarenetdomaincommons.domain.InputReference

Packages that use InputReference
be.ehealth.businessconnector.genericasync.builders   
be.ehealth.businessconnector.genericasync.builders.impl   
be.ehealth.businessconnector.genericasync.helper   
be.ehealth.businessconnector.medadmin.session   
be.ehealth.businessconnector.medadmin.session.impl   
be.ehealth.businessconnector.mycarenet.agreement.builders   
be.ehealth.businessconnector.mycarenet.agreement.builders.impl   
be.ehealth.businessconnector.mycarenet.memberdataasync.session   
be.ehealth.businessconnector.mycarenet.memberdataasync.session.impl   
be.ehealth.businessconnector.mycarenet.memberdatacommons.builders   
be.ehealth.businessconnector.mycarenet.memberdatacommons.builders.impl   
be.ehealth.businessconnector.vsbnet.async.insurability.session   
be.ehealth.businessconnector.vsbnet.async.insurability.session.impl   
be.ehealth.businessconnector.vsbnet.async.invoice.session   
be.ehealth.businessconnector.vsbnet.async.invoice.session.impl   
be.ehealth.businessconnector.vsbnet.async.mohm.session   
be.ehealth.businessconnector.vsbnet.async.mohm.session.impl   
 

Uses of InputReference in be.ehealth.businessconnector.genericasync.builders
 

Methods in be.ehealth.businessconnector.genericasync.builders with parameters of type InputReference
 Post RequestObjectBuilder.buildPostRequest(String messageName, String projectName, String platformName, byte[] xmlByteArray, InputReference inputReference)
           
 Post RequestObjectBuilder.buildPostRequest(String messageName, String projectName, String platformName, ConfigName configName, byte[] xmlByteArray, InputReference inputReference)
           
 Post RequestObjectBuilder.buildPostRequest(String messageName, String projectName, String platformName, Object object, String schemaLocation, InputReference inputReference)
           
 

Uses of InputReference in be.ehealth.businessconnector.genericasync.builders.impl
 

Methods in be.ehealth.businessconnector.genericasync.builders.impl with parameters of type InputReference
 Post RequestObjectBuilderImpl.buildPostRequest(String messageName, String projectName, String platformName, byte[] xmlByteArray, InputReference inputReference)
           
 Post RequestObjectBuilderImpl.buildPostRequest(String messageName, String projectName, String platformName, ConfigName configName, byte[] xmlByteArray, InputReference inputReference)
           
 Post RequestObjectBuilderImpl.buildPostRequest(String messageName, String projectName, String platformName, Object object, String schemaLocation, InputReference inputReference)
           
 

Uses of InputReference in be.ehealth.businessconnector.genericasync.helper
 

Methods in be.ehealth.businessconnector.genericasync.helper with parameters of type InputReference
 ProcessedPostResponse PostHelper.post(byte[] request, String messageName, ConfigName configName, InputReference inputReference)
           
 ProcessedPostResponse PostHelper.post(byte[] request, String messageName, ConfigName configName, String recipient, InputReference inputReference)
           
 ProcessedPostResponse PostHelper.post(byte[] request, String messageName, InputReference inputReference)
           
 ProcessedPostResponse PostHelper.post(byte[] request, String messageName, String recipient, InputReference inputReference)
           
 ProcessedPostResponse PostHelper.post(Object request, String messageName, String schemaLocation, InputReference inputReference)
           
 ProcessedPostResponse PostHelper.post(Object request, String messageName, String schemaLocation, String recipient, InputReference inputReference)
           
 

Uses of InputReference in be.ehealth.businessconnector.medadmin.session
 

Methods in be.ehealth.businessconnector.medadmin.session with parameters of type InputReference
 ProcessedPostResponse MedAdminService.postM4AFlat(byte[] records, String recipient, InputReference inputReference)
           
 ProcessedPostResponse MedAdminService.postMedAdminRequestList(MedAdminRequestList medAdminRequestList, String recipient, InputReference inputReference)
           
 ProcessedPostResponse MedAdminService.postSingleNurseContractualCareRequest(SingleNurseContractualCareRequest singleNurseContractualCareRequest, String recipient, InputReference inputReference)
           
 ProcessedPostResponse MedAdminService.postSinglePalliativeCareRequest(SinglePalliativeCareRequest singlePalliativeCareRequest, String recipient, InputReference inputReference)
           
 ProcessedPostResponse MedAdminService.postSingleSpecificTechnicalCareRequest(SingleSpecificTechnicalCareRequest singleSpecificTechnicalCareRequest, String recipient, InputReference inputReference)
           
 

Uses of InputReference in be.ehealth.businessconnector.medadmin.session.impl
 

Methods in be.ehealth.businessconnector.medadmin.session.impl with parameters of type InputReference
 ProcessedPostResponse MedadminServiceImpl.postM4AFlat(byte[] records, String recipient, InputReference inputReference)
           
 ProcessedPostResponse MedadminServiceImpl.postMedAdminRequestList(MedAdminRequestList medAdminRequestList, String recipient, InputReference inputReference)
           
 ProcessedPostResponse MedadminServiceImpl.postSingleNurseContractualCareRequest(SingleNurseContractualCareRequest singleNurseContractualCareRequest, String recipient, InputReference inputReference)
           
 ProcessedPostResponse MedadminServiceImpl.postSinglePalliativeCareRequest(SinglePalliativeCareRequest singlePalliativeCareRequest, String recipient, InputReference inputReference)
           
 ProcessedPostResponse MedadminServiceImpl.postSingleSpecificTechnicalCareRequest(SingleSpecificTechnicalCareRequest singleSpecificTechnicalCareRequest, String recipient, InputReference inputReference)
           
 

Uses of InputReference in be.ehealth.businessconnector.mycarenet.agreement.builders
 

Methods in be.ehealth.businessconnector.mycarenet.agreement.builders with parameters of type InputReference
 AskAgreementBuilderRequest RequestObjectBuilder.buildAskAgreementRequest(boolean isTest, InputReference reference, Patient patientInfo, org.joda.time.DateTime refDate, byte[] messageFHIR)
          Creates the request that will be sent to the EHealth Web service and checks validity against the corresponding XSD
 ConsultAgreementBuilderRequest RequestObjectBuilder.buildConsultAgreementRequest(boolean isTest, InputReference reference, Patient patientInfo, org.joda.time.DateTime refDate, byte[] messageFHIR)
           
 

Uses of InputReference in be.ehealth.businessconnector.mycarenet.agreement.builders.impl
 

Methods in be.ehealth.businessconnector.mycarenet.agreement.builders.impl with parameters of type InputReference
<T extends AgreementBuilderRequest>
void
EncryptedRequestObjectBuilderImpl.build(boolean isTest, InputReference references, Patient patientInfo, org.joda.time.DateTime refDate, byte[] messageFHIR, T requestBuilder)
           
 AskAgreementBuilderRequest EncryptedRequestObjectBuilderImpl.buildAskAgreementRequest(boolean isTest, InputReference reference, Patient patientInfo, org.joda.time.DateTime refDate, byte[] messageFHIR)
           
 ConsultAgreementBuilderRequest EncryptedRequestObjectBuilderImpl.buildConsultAgreementRequest(boolean isTest, InputReference reference, Patient patientInfo, org.joda.time.DateTime refDate, byte[] messageFHIR)
           
 

Uses of InputReference in be.ehealth.businessconnector.mycarenet.memberdataasync.session
 

Methods in be.ehealth.businessconnector.mycarenet.memberdataasync.session with parameters of type InputReference
 ProcessedPostResponse MemberDataService.postEncryptedMDAXml(byte[] records, InputReference inputReference)
           
 ProcessedPostResponse MemberDataService.postMDAXml(byte[] records, InputReference inputReference)
           
 

Uses of InputReference in be.ehealth.businessconnector.mycarenet.memberdataasync.session.impl
 

Methods in be.ehealth.businessconnector.mycarenet.memberdataasync.session.impl with parameters of type InputReference
 ProcessedPostResponse MemberDataServiceImpl.postEncryptedMDAXml(byte[] records, InputReference inputReference)
           
 ProcessedPostResponse MemberDataServiceImpl.postMDAXml(byte[] records, InputReference inputReference)
           
 

Uses of InputReference in be.ehealth.businessconnector.mycarenet.memberdatacommons.builders
 

Methods in be.ehealth.businessconnector.mycarenet.memberdatacommons.builders with parameters of type InputReference
 MemberDataConsultationRequest RequestObjectBuilder.buildConsultationRequest(boolean isTest, InputReference reference, Object attrQuery)
          Creates the MemberDataConsultationRequest that will be sent to the EHealth Web service and checks validity against the corresponding XSD
 

Uses of InputReference in be.ehealth.businessconnector.mycarenet.memberdatacommons.builders.impl
 

Methods in be.ehealth.businessconnector.mycarenet.memberdatacommons.builders.impl with parameters of type InputReference
 MemberDataConsultationRequest NotEncryptedRequestObjectBuilderImpl.buildConsultationRequest(boolean isTest, InputReference references, Object attrQuery)
           
 MemberDataConsultationRequest EncryptedRequestObjectBuilderImpl.buildConsultationRequest(boolean isTest, InputReference references, Object attrQuery)
           
 

Uses of InputReference in be.ehealth.businessconnector.vsbnet.async.insurability.session
 

Methods in be.ehealth.businessconnector.vsbnet.async.insurability.session with parameters of type InputReference
 ProcessedPostResponse VsbNetInsurabilityService.determineInsurability(WZCMHDF001DetermineInsurabilityRequest request, InputReference inputReference)
           
 

Uses of InputReference in be.ehealth.businessconnector.vsbnet.async.insurability.session.impl
 

Methods in be.ehealth.businessconnector.vsbnet.async.insurability.session.impl with parameters of type InputReference
 ProcessedPostResponse VsbNetInsurabilityServiceImpl.determineInsurability(WZCMHDF001DetermineInsurabilityRequest request, InputReference inputReference)
           
 

Uses of InputReference in be.ehealth.businessconnector.vsbnet.async.invoice.session
 

Methods in be.ehealth.businessconnector.vsbnet.async.invoice.session with parameters of type InputReference
 ProcessedPostResponse VsbNetInvoiceService.postInvoiceList(byte[] invoiceList, InputReference inputReference)
           
 

Uses of InputReference in be.ehealth.businessconnector.vsbnet.async.invoice.session.impl
 

Methods in be.ehealth.businessconnector.vsbnet.async.invoice.session.impl with parameters of type InputReference
 ProcessedPostResponse VsbNetInvoiceServiceImpl.postInvoiceList(byte[] invoiceList, InputReference inputReference)
           
 

Uses of InputReference in be.ehealth.businessconnector.vsbnet.async.mohm.session
 

Methods in be.ehealth.businessconnector.vsbnet.async.mohm.session with parameters of type InputReference
 ProcessedPostResponse VsbNetMohmService.cancelApplication(EMOHMDF111CancelApplicationRequest request, InputReference inputReference)
          post a CancelApplication request ( Message Name : VL_MOHM_CNCL_APPLIC_REQ )
 ProcessedPostResponse VsbNetMohmService.consultApplication(EMOHMDF103ConsultapplicationRequest request, InputReference inputReference)
          post a ConsultApplication request ( Message Name : VL_MOHM_CONSULT_REQ )
 ProcessedPostResponse VsbNetMohmService.consultApplicationV4(EMOHMDF103ConsultApplicationRequest request, InputReference inputReference)
          post a ConsultApplication request ( Message Name : VL_MOHM_CONSULT_REQ_V4 )
 ProcessedPostResponse VsbNetMohmService.consultHistory(EMOHMDF102ConsultHistoryRequest request, InputReference inputReference)
          post a ConsultHistory request ( Message Name : VL_MOHM_CONSULT_HIST_REQ )
 ProcessedPostResponse VsbNetMohmService.consultSupportAndRepair(EMOHMDF104ConsultSupportAndRepairRequest request, InputReference inputReference)
          post a ConsultSupportAndRepair request ( Message Name : VL_MOHM_SUP_REP_REQ )
 ProcessedPostResponse VsbNetMohmService.consultSupportAndRepairList(EMOHMDF112ConsultSupportAndRepairListRequest request, InputReference inputReference)
          post a ConsultSupportAndRepairList request ( Message Name : VL_MOHM_SUP_REP_LIST_REQ )
 ProcessedPostResponse VsbNetMohmService.consultSupportAndRepairListV2(EMOHMDF112ConsultSupportAndRepairListRequest request, InputReference inputReference)
          post a ConsultSupportAndRepairList request ( Message Name : VL_MOHM_SUP_REP_LIST_REQ_V2 )
 ProcessedPostResponse VsbNetMohmService.consultSupportAndRepairV4(EMOHMDF104ConsultSupportAndRepairRequest request, InputReference inputReference)
          post a ConsultSupportAndRepair request ( Message Name : VL_MOHM_SUP_REP_REQ_V4 )
 ProcessedPostResponse VsbNetMohmService.createApplication(EMOHMDF101CreateApplicationRequest request, InputReference inputReference)
          post a CreateApplication request ( Message Name : VL_MOHM_APPLIC_REQ )
 ProcessedPostResponse VsbNetMohmService.createApplicationV3(EMOHMDF101CreateApplicationRequest request, InputReference inputReference)
          post a CreateApplication request ( Message Name : VL_MOHM_APPLIC_REQ_V3 )
 ProcessedPostResponse VsbNetMohmService.createFictionalApplication(EMOHMDF102CreateFictionalApplicationRequest request, InputReference inputReference)
          post a CreateFictionalApplication request ( Message Name : VL_MOHM_FIC_APPLIC_REQ )
 ProcessedPostResponse VsbNetMohmService.reportDelivery(EMOHMDF105ReportDeliveryRequest request, InputReference inputReference)
          post a ReportDelivery request ( Message Name : VL_MOHM_REP_DELIV_REQ )
 

Uses of InputReference in be.ehealth.businessconnector.vsbnet.async.mohm.session.impl
 

Methods in be.ehealth.businessconnector.vsbnet.async.mohm.session.impl with parameters of type InputReference
 ProcessedPostResponse VsbNetMohmServiceImpl.cancelApplication(EMOHMDF111CancelApplicationRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.consultApplication(EMOHMDF103ConsultapplicationRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.consultApplicationV4(EMOHMDF103ConsultApplicationRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.consultHistory(EMOHMDF102ConsultHistoryRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.consultSupportAndRepair(EMOHMDF104ConsultSupportAndRepairRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.consultSupportAndRepairList(EMOHMDF112ConsultSupportAndRepairListRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.consultSupportAndRepairListV2(EMOHMDF112ConsultSupportAndRepairListRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.consultSupportAndRepairV4(EMOHMDF104ConsultSupportAndRepairRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.createApplication(EMOHMDF101CreateApplicationRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.createApplicationV3(EMOHMDF101CreateApplicationRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.createFictionalApplication(EMOHMDF102CreateFictionalApplicationRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.reportDelivery(EMOHMDF105ReportDeliveryRequest request, InputReference inputReference)
           
 




Connector Packaging generic 3.24.0-beta-4 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.