public interface RequestObjectBuilder
ResponseObjectBuilderImpl Factory : RequestObjectBuilderFactory| Modifier and Type | Method and Description |
|---|---|
ConsultGlobalMedicalFileRequest |
buildSendConsultRequest(boolean isTest,
DMGReferences references,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
be.fgov.ehealth.messageservices.core.v1.SelectRetrieveTransaction request)
* Creates the ConsultGlobalMedicalFileRequest that will be sent to the EHealth Web service and checks validity against the
corresponding XSD
|
ConsultGlobalMedicalFileRequest |
buildSendConsultRequest(boolean isTest,
String referenceId,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Blob blob,
byte[] xades)
Creates the ConsultGlobalMedicalFileRequest that will be sent to the EHealth Web service and checks validity against the
corresponding XSD
|
NotifyGlobalMedicalFileRequest |
buildSendNotifyRequest(boolean isTest,
DMGReferences references,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Kmehrmessage msg)
Creates the NotifyGlobalMedicalFileRequest that will be sent to the EHealth web service and checks validity against the corresponding
XSD.
|
NotifyGlobalMedicalFileRequest |
buildSendNotifyRequest(boolean isTest,
String referenceId,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Blob blob,
byte[] xades)
Creates the NotifyGlobalMedicalFileRequest that will be sent to the EHealth web service and checks validity against the corresponding
XSD.
|
ConsultGlobalMedicalFileRequest buildSendConsultRequest(boolean isTest, String referenceId, Patient patientInfo, org.joda.time.DateTime referenceDate, Blob blob, byte[] xades) throws TechnicalConnectorException, DmgBusinessConnectorException, InstantiationException
isTest - indicates if this is a test or notreferenceId - String containing referenceIdpatientInfo - contains the information about the patientreferenceDate - the reference dateblob - Base64 encoded detail of the requestxades - byteArray containing the Xades signature (nullable)InstantiationExceptionDmgBusinessConnectorExceptionTechnicalConnectorExceptionConsultGlobalMedicalFileRequest buildSendConsultRequest(boolean isTest, DMGReferences references, Patient patientInfo, org.joda.time.DateTime referenceDate, be.fgov.ehealth.messageservices.core.v1.SelectRetrieveTransaction request) throws TechnicalConnectorException, DmgBusinessConnectorException, InstantiationException
isTest - indicates if this is a test or notreferences - DmgReferences contains the reference idspatientInfo - contains the information about the patientreferenceDate - the reference dateTechnicalConnectorExceptionDmgBusinessConnectorExceptionInstantiationExceptionNotifyGlobalMedicalFileRequest buildSendNotifyRequest(boolean isTest, String referenceId, Patient patientInfo, org.joda.time.DateTime referenceDate, Blob blob, byte[] xades) throws TechnicalConnectorException, DmgBusinessConnectorException, InstantiationException
isTest - indicates if this is a test or notreferenceId - String containing the reference id.patientInfo - contains the information about the patientreferenceDate - the reference dateblob - Base64 encoded detail of the requestxades - byteArray containing the Xades signature (nullable)InstantiationExceptionDmgBusinessConnectorExceptionTechnicalConnectorExceptionNotifyGlobalMedicalFileRequest buildSendNotifyRequest(boolean isTest, DMGReferences references, Patient patientInfo, org.joda.time.DateTime referenceDate, Kmehrmessage msg) throws TechnicalConnectorException, DmgBusinessConnectorException, InstantiationException
isTest - indicates if this is a test or notreferences - DmgReferences contains the reference idspatientInfo - contains the information about the patientreferenceDate - the reference datemsg - Kmehrmessage contains the business KmehrMessageInstantiationExceptionDmgBusinessConnectorExceptionTechnicalConnectorException
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.