Uses of Interface
org.projecthusky.communication.mpi.MpiQuery
Packages that use MpiQuery
-
Uses of MpiQuery in org.projecthusky.communication.mpi
Methods in org.projecthusky.communication.mpi that return MpiQueryModifier and TypeMethodDescriptionMpiQuery.addDomainToReturn
(String organizationOID) Returned patient identifiers will include the added domain if availableMpiQuery.addMothersMaidenName
(boolean useFuzzySearch, org.hl7.fhir.r4.model.HumanName humanDt) Adds the mothers maiden name to the queryMpiQuery.addPatientAddress
(org.hl7.fhir.r4.model.Address address) Adds a patient address to the query.MpiQuery.addPatientIdentifier
(org.hl7.fhir.r4.model.Identifier identifier) Adds a patient identifier to be queried for.MpiQuery.addPatientName
(boolean useFuzzySearch, org.hl7.fhir.r4.model.HumanName humanDt) Adds a patient name to the query.MpiQuery.addPatientTelecom
(org.hl7.fhir.r4.model.ContactPoint contactPoint) Adds a patient telecom to be queried for.MpiQuery.cancelQuery()
Cancels the next query.MpiQuery.continueQuery()
Continues query for the next pageCount results.MpiQuery.setPageCount
(int pageCount) Sets the page count for partial lists of search results (QueryByParameter.initialQuantity).MpiQuery.setPatientBirthDate
(Date date) Sets the patient birth date for the query.MpiQuery.setPatientSex
(org.hl7.fhir.r4.model.Enumerations.AdministrativeGender adminstrativeGenderEnum) Sets the patient sex for the query. -
Uses of MpiQuery in org.projecthusky.communication.mpi.impl.pdq
Classes in org.projecthusky.communication.mpi.impl.pdq that implement MpiQueryModifier and TypeClassDescriptionclass
The class V3PdqQuery implements the MpiQuery functionality for the Patient Demographics Query (PDQ) ITI-47.Methods in org.projecthusky.communication.mpi.impl.pdq that return MpiQueryModifier and TypeMethodDescriptionV3PdqQuery.addDomainToReturn
(String organizationOID) Returned patient identifiers will include the added domain if availableV3PdqQuery.addMothersMaidenName
(boolean useFuzzySearch, org.hl7.fhir.r4.model.HumanName humanDt) Adds the mothers maiden name the queryV3PdqQuery.addPatientAddress
(org.hl7.fhir.r4.model.Address address) Adds a patient address to the query.V3PdqQuery.addPatientIdentifier
(org.hl7.fhir.r4.model.Identifier identifier) Adds a patient identifier to be queried forV3PdqQuery.addPatientName
(boolean useFuzzySearch, org.hl7.fhir.r4.model.HumanName humanDt) Adds a patient name to the query.V3PdqQuery.addPatientTelecom
(org.hl7.fhir.r4.model.ContactPoint contactPoint) Adds a patient telecom to be queried for.V3PdqQuery.cancelQuery()
Cancels the next query.V3PdqQuery.continueQuery()
Continues query for the next pageCount results.V3PdqQuery.setPageCount
(int pageCount) Sets the page count for partial lists of search results (QueryByParameter.initialQuantity).V3PdqQuery.setPatientBirthDate
(Date date) Sets the patient birth date for the query.V3PdqQuery.setPatientSex
(org.hl7.fhir.r4.model.Enumerations.AdministrativeGender administrativeGender) Sets the patient sex for the query.