public interface IntraHubPatientService
IntraHubPatientServiceImpl| Modifier and Type | Method and Description |
|---|---|
PersonType |
getPatient(PatientIdType patientId)
Gets the patient.
|
ConsentType |
getPatientConsent(SelectGetPatientConsentType patientConsent)
Gets the patient consent.
|
PersonType |
putPatient(PersonType patient)
Put patient.
|
void |
putPatientConsent(ConsentType patientConsent)
Put patient consent.
|
void |
revokePatientConsent(ConsentType patientConsent)
Revoke patient consent.
|
PersonType putPatient(PersonType patient) throws TechnicalConnectorException, IntraHubBusinessConnectorException
patient - the patientTechnicalConnectorException - the technical connector exceptionIntraHubBusinessConnectorException - the business connector exceptionBusinessConnectorExceptionPersonType getPatient(PatientIdType patientId) throws TechnicalConnectorException, IntraHubBusinessConnectorException
patientId - the patient idTechnicalConnectorException - the technical connector exceptionIntraHubBusinessConnectorException - the business connector exceptionBusinessConnectorExceptionvoid putPatientConsent(ConsentType patientConsent) throws TechnicalConnectorException, IntraHubBusinessConnectorException
patientConsent - the patient consentTechnicalConnectorException - the technical connector exceptionIntraHubBusinessConnectorException - the business connector exceptionBusinessConnectorExceptionConsentType getPatientConsent(SelectGetPatientConsentType patientConsent) throws TechnicalConnectorException, IntraHubBusinessConnectorException
patientConsent - the patient consentTechnicalConnectorException - the technical connector exceptionIntraHubBusinessConnectorException - the business connector exceptionBusinessConnectorExceptionvoid revokePatientConsent(ConsentType patientConsent) throws TechnicalConnectorException, IntraHubBusinessConnectorException
patientConsent - the patient consentTechnicalConnectorException - the technical connector exceptionIntraHubBusinessConnectorException - the business connector exceptionBusinessConnectorException
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.