Uses of Class
org.projecthusky.communication.MasterPatientIndexQuery
Packages that use MasterPatientIndexQuery
-
Uses of MasterPatientIndexQuery in org.projecthusky.communication
Methods in org.projecthusky.communication that return MasterPatientIndexQueryModifier and TypeMethodDescriptionMasterPatientIndexQuery.addDomainToReturn
(String organizationOID) Returned patient identifiers will include the added domain if availableMasterPatientIndexQuery.addMothersMaidenName
(boolean useFuzzySearch, org.hl7.fhir.r4.model.HumanName name) Adds the mothers maiden name to the queryMasterPatientIndexQuery.addMothersMaidenName
(boolean useFuzzySearch, Name name) Adds the mothers maiden name to the queryMasterPatientIndexQuery.addPatientAddress
(org.hl7.fhir.r4.model.Address address) Adds a patient address to the query.MasterPatientIndexQuery.addPatientAddress
(Address address) Adds a patient address to the query.MasterPatientIndexQuery.addPatientIdentificator
(org.hl7.fhir.r4.model.Identifier id) Adds a patient identifier to be queried for.MasterPatientIndexQuery.addPatientIdentificator
(Identificator identificator) Adds a patient identifier to be queried for.MasterPatientIndexQuery.addPatientName
(boolean useFuzzySearch, org.hl7.fhir.r4.model.HumanName name) Adds a patient name to the query.MasterPatientIndexQuery.addPatientName
(boolean useFuzzySearch, Name name) Adds a patient name to the query.MasterPatientIndexQuery.addPatientTelecom
(org.hl7.fhir.r4.model.ContactPoint tel) Adds a patient telecom to be queried for.MasterPatientIndexQuery.addPatientTelecom
(Telecom tel) Adds a patient telecom to be queried for.MasterPatientIndexQuery.cancelQuery()
Cancels the next query.MasterPatientIndexQuery.continueQuery()
Continues query for the next pageCount results.MasterPatientIndexQuery.setPageCount
(int pageCount) Sets the page count for partial lists of search results (QueryByParameter.initialQuantity).MasterPatientIndexQuery.setPatientDateOfBirth
(Date birthDate) Sets the patient birth date for the query.MasterPatientIndexQuery.setPatientSex
(AdministrativeGender adminstrativeGender) Sets the patient sex for the query.Methods in org.projecthusky.communication with parameters of type MasterPatientIndexQueryModifier and TypeMethodDescriptionConvenienceMasterPatientIndexV3.queryPatientDemographics
(MasterPatientIndexQuery mpiQuery, AffinityDomain affinityDomain, SecurityHeaderElement security, String messageId) queries the mpi for patient according to the demographics criteria specified.