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()
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 TypeMethodDescriptionvoid
Person.setId
(Identifiable id) void
XDSMetaClass.setPatientId
(Identifiable patientId) void
DocumentEntry.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 TypeMethodDescriptionvoid
FetchQuery.setPatientId
(Identifiable patientId) void
FindDocumentsQuery.setPatientId
(Identifiable patientId) void
FindFoldersQuery.setPatientId
(Identifiable patientId) void
FindSubmissionSetsQuery.setPatientId
(Identifiable patientId) void
GetAllQuery.setPatientId
(Identifiable patientId) void
PatientIdBasedStoredQuery.setPatientId
(Identifiable patientId) void
PharmacyDocumentsQuery.setPatientId
(Identifiable patientId) void
SubscriptionForDocumentEntryQuery.setPatientId
(Identifiable patientId) void
SubscriptionForFolderQuery.setPatientId
(Identifiable patientId) void
SubscriptionForSubmissionSetQuery.setPatientId
(Identifiable patientId) Method parameters in org.openehealth.ipf.commons.ihe.xds.core.requests.query with type arguments of type IdentifiableModifier and TypeMethodDescriptionvoid
FindDocumentsByReferenceIdForMultiplePatientsQuery.setPatientIds
(List<Identifiable> patientIds) void
FindDocumentsForMultiplePatientsQuery.setPatientIds
(List<Identifiable> patientIds) void
FindFoldersForMultiplePatientsQuery.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 TypeMethodDescriptionvoid
QuerySlotHelper.fromPatientIdList
(QueryParameter param, List<Identifiable> values) Stores a list of patient IDs into a slot.