Uses of Class
org.projecthusky.common.model.Patient
Packages that use Patient
Package
Description
-
Uses of Patient in org.projecthusky.cda.elga.models
Subclasses of Patient in org.projecthusky.cda.elga.models -
Uses of Patient in org.projecthusky.common.at
Subclasses of Patient in org.projecthusky.common.at -
Uses of Patient in org.projecthusky.common.communication
Methods in org.projecthusky.common.communication that return PatientMethods in org.projecthusky.common.communication with parameters of type PatientModifier and TypeMethodDescriptionvoid
DocumentMetadata.setPatient
(Patient patient) Sets the (required) patient. -
Uses of Patient in org.projecthusky.common.model
Constructors in org.projecthusky.common.model with parameters of type Patient -
Uses of Patient in org.projecthusky.common.utils
Methods in org.projecthusky.common.utils that return PatientModifier and TypeMethodDescriptionstatic Patient
XdsMetadataUtil.convertOhtSourcePatientInfoType
(org.openehealth.ipf.commons.ihe.xds.core.metadata.PatientInfo spit) Converts an IPF PatientInfo to an eHC Patient -
Uses of Patient in org.projecthusky.communication
Methods in org.projecthusky.communication that return types with arguments of type PatientModifier and TypeMethodDescriptionMasterPatientIndexQueryResponse.getPatients()
Gets the patients from the query.Methods in org.projecthusky.communication with parameters of type PatientModifier and TypeMethodDescriptionboolean
ConvenienceMasterPatientIndexV3.addPatientDemographics
(Patient patient, String homeCommunityOid, AffinityDomain affinityDomain, SecurityHeaderElement security, String messageId) adds a patient to the mpi.boolean
ConvenienceMasterPatientIndexV3.mergePatients
(Patient finalPatient, String mergeObsoleteId, String homeCommunityOid, AffinityDomain affinityDomain, SecurityHeaderElement security, String messageId) Merge patient.ConvenienceMasterPatientIndexV3.queryPatientId
(Patient patient, String homeCommunityOid, List<String> requestedCommunityOIDs, AffinityDomain affinityDomain, SecurityHeaderElement security, String messageId) query the mpi with patient id and return the ids in the queried domains from the mpi.boolean
ConvenienceMasterPatientIndexV3.updatePatientDemographics
(Patient patient, String homeCommunityOid, AffinityDomain affinityDomain, SecurityHeaderElement security, String messageId) updates the demographic information of the patient in the mpi. -
Uses of Patient in org.projecthusky.fhir.structures.gen
Methods in org.projecthusky.fhir.structures.gen that return PatientModifier and TypeMethodDescriptionstatic Patient
FhirCommon.getPatient
(org.hl7.fhir.instance.model.api.IBaseResource res) Gets an eHC Patient object from the given FHIR base resource object.static Patient
FhirCommon.getPatient
(org.hl7.fhir.r4.model.Bundle bundle) Gets an eHC Patient object from the given FHIR resource.static Patient
FhirCommon.getPatient
(org.hl7.fhir.r4.model.DocumentManifest docManifest) Gets an eHC Patient object from the given FHIR resource.static Patient
FhirCommon.getPatient
(org.hl7.fhir.r4.model.Patient fhirPatient) Gets an eHC Patient object from the given FHIR Patient object.static Patient
FhirCommon.getPatient
(org.hl7.fhir.r4.model.Reference orgRef) Gets an eHC Patient object from the given FHIR reference object.FhirPatient.getPatient()
converts the fhir patient resource in the convenience api patientMethods in org.projecthusky.fhir.structures.gen with parameters of type PatientModifier and TypeMethodDescriptionstatic Identificator
FhirCommon.getCommunityPatientId
(Patient patient, String communityOid) Gets the community patient id.void
FhirPatient.setDeceased
(Patient patient) set deceased from patient deceased indicator or deceased timeConstructors in org.projecthusky.fhir.structures.gen with parameters of type PatientModifierConstructorDescriptionFhirPatient
(Patient patient) Instantiates a new fhir patient based on the org.projecthusky.common.patient