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 TypeMethodDescriptionvoidDocumentMetadata.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 PatientXdsMetadataUtil.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 TypeMethodDescriptionbooleanConvenienceMasterPatientIndexV3.addPatientDemographics(Patient patient, String homeCommunityOid, AffinityDomain affinityDomain, SecurityHeaderElement security, String messageId) adds a patient to the mpi.booleanConvenienceMasterPatientIndexV3.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.booleanConvenienceMasterPatientIndexV3.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 PatientFhirCommon.getPatient(org.hl7.fhir.instance.model.api.IBaseResource res) Gets an eHC Patient object from the given FHIR base resource object.static PatientFhirCommon.getPatient(org.hl7.fhir.r4.model.Bundle bundle) Gets an eHC Patient object from the given FHIR resource.static PatientFhirCommon.getPatient(org.hl7.fhir.r4.model.DocumentManifest docManifest) Gets an eHC Patient object from the given FHIR resource.static PatientFhirCommon.getPatient(org.hl7.fhir.r4.model.Patient fhirPatient) Gets an eHC Patient object from the given FHIR Patient object.static PatientFhirCommon.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 IdentificatorFhirCommon.getCommunityPatientId(Patient patient, String communityOid) Gets the community patient id.voidFhirPatient.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