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 exceptionBusinessConnectorException
PersonType getPatient(PatientIdType patientId) throws TechnicalConnectorException, IntraHubBusinessConnectorException
patientId
- the patient idTechnicalConnectorException
- the technical connector exceptionIntraHubBusinessConnectorException
- the business connector exceptionBusinessConnectorException
void putPatientConsent(ConsentType patientConsent) throws TechnicalConnectorException, IntraHubBusinessConnectorException
patientConsent
- the patient consentTechnicalConnectorException
- the technical connector exceptionIntraHubBusinessConnectorException
- the business connector exceptionBusinessConnectorException
ConsentType getPatientConsent(SelectGetPatientConsentType patientConsent) throws TechnicalConnectorException, IntraHubBusinessConnectorException
patientConsent
- the patient consentTechnicalConnectorException
- the technical connector exceptionIntraHubBusinessConnectorException
- the business connector exceptionBusinessConnectorException
void revokePatientConsent(ConsentType patientConsent) throws TechnicalConnectorException, IntraHubBusinessConnectorException
patientConsent
- the patient consentTechnicalConnectorException
- the technical connector exceptionIntraHubBusinessConnectorException
- the business connector exceptionBusinessConnectorException
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.