Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.Identifiable
Packages that use Identifiable
Package
Description
-
Uses of Identifiable in org.openehealth.ipf.commons.ihe.xds.core.metadata
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return IdentifiableModifier and TypeMethodDescriptionPerson.getId()XDSMetaClass.getPatientId()DocumentEntry.getSourcePatientId()static IdentifiableParses an HL7v2 string into an Identifiable object.Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return types with arguments of type IdentifiableModifier and TypeMethodDescriptionAuthor.getAuthorRole()Author.getAuthorSpecialty()PatientInfo.getIds()Returns a snapshot of list of patient IDs.Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type IdentifiableModifier and TypeMethodDescriptionvoidPerson.setId(Identifiable id) voidXDSMetaClass.setPatientId(Identifiable patientId) voidDocumentEntry.setSourcePatientId(Identifiable sourcePatientId) Constructors in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type Identifiable -
Uses of Identifiable in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters that return types with arguments of type IdentifiableMethod parameters in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters with type arguments of type Identifiable -
Uses of Identifiable in org.openehealth.ipf.commons.ihe.xds.core.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query that return IdentifiableModifier and TypeMethodDescriptionFetchQuery.getPatientId()FindDocumentsQuery.getPatientId()FindFoldersQuery.getPatientId()FindSubmissionSetsQuery.getPatientId()GetAllQuery.getPatientId()PatientIdBasedStoredQuery.getPatientId()PharmacyDocumentsQuery.getPatientId()SubscriptionForDocumentEntryQuery.getPatientId()SubscriptionForFolderQuery.getPatientId()SubscriptionForSubmissionSetQuery.getPatientId()Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query that return types with arguments of type IdentifiableModifier and TypeMethodDescriptionFindDocumentsByReferenceIdForMultiplePatientsQuery.getPatientIds()FindDocumentsForMultiplePatientsQuery.getPatientIds()FindFoldersForMultiplePatientsQuery.getPatientIds()Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query with parameters of type IdentifiableModifier and TypeMethodDescriptionvoidFetchQuery.setPatientId(Identifiable patientId) voidFindDocumentsQuery.setPatientId(Identifiable patientId) voidFindFoldersQuery.setPatientId(Identifiable patientId) voidFindSubmissionSetsQuery.setPatientId(Identifiable patientId) voidGetAllQuery.setPatientId(Identifiable patientId) voidPatientIdBasedStoredQuery.setPatientId(Identifiable patientId) voidPharmacyDocumentsQuery.setPatientId(Identifiable patientId) voidSubscriptionForDocumentEntryQuery.setPatientId(Identifiable patientId) voidSubscriptionForFolderQuery.setPatientId(Identifiable patientId) voidSubscriptionForSubmissionSetQuery.setPatientId(Identifiable patientId) Method parameters in org.openehealth.ipf.commons.ihe.xds.core.requests.query with type arguments of type IdentifiableModifier and TypeMethodDescriptionvoidFindDocumentsByReferenceIdForMultiplePatientsQuery.setPatientIds(List<Identifiable> patientIds) voidFindDocumentsForMultiplePatientsQuery.setPatientIds(List<Identifiable> patientIds) voidFindFoldersForMultiplePatientsQuery.setPatientIds(List<Identifiable> patientIds) -
Uses of Identifiable in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query that return types with arguments of type IdentifiableModifier and TypeMethodDescriptionQuerySlotHelper.toPatientIdList(QueryParameter param) Retrieves a list of patient IDs from a slot.Method parameters in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query with type arguments of type IdentifiableModifier and TypeMethodDescriptionvoidQuerySlotHelper.fromPatientIdList(QueryParameter param, List<Identifiable> values) Stores a list of patient IDs into a slot.