Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.ReferenceId
Packages that use ReferenceId
Package
Description
-
Uses of ReferenceId in org.openehealth.ipf.commons.ihe.xds.core.metadata
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return ReferenceIdModifier and TypeMethodDescriptionstatic ReferenceIdParses an HL7v2 string into a ReferenceId object.Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return types with arguments of type ReferenceId -
Uses of ReferenceId in org.openehealth.ipf.commons.ihe.xds.core.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query that return types with arguments of type ReferenceIdModifier and TypeMethodDescriptionFindDocumentsByReferenceIdForMultiplePatientsQuery.getTypedReferenceIds()Tries to return the query parameter "$XDSDocumentEntryReferenceIdList" as a collection ofReferenceIdinstead of a collection ofString.FindDocumentsByReferenceIdQuery.getTypedReferenceIds()Tries to return the query parameter "$XDSDocumentEntryReferenceIdList" as a collection ofReferenceIdinstead of a collection ofString.SubscriptionForDocumentEntryQuery.getTypedReferenceIds()Tries to return the query parameter "$XDSDocumentEntryReferenceIdList" as a collection ofReferenceIdinstead of a collection ofString.Method parameters in org.openehealth.ipf.commons.ihe.xds.core.requests.query with type arguments of type ReferenceIdModifier and TypeMethodDescriptionvoidFindDocumentsByReferenceIdForMultiplePatientsQuery.setTypedReferenceIds(QueryList<ReferenceId> referenceIds) Allows to use a collection ofReferenceIdinstead of a collection ofStringfor specifying the query parameter "$XDSDocumentEntryReferenceIdList".voidFindDocumentsByReferenceIdQuery.setTypedReferenceIds(QueryList<ReferenceId> referenceIds) Allows to use a collection ofReferenceIdinstead of a collection ofStringfor specifying the query parameter "$XDSDocumentEntryReferenceIdList".voidSubscriptionForDocumentEntryQuery.setTypedReferenceIds(QueryList<ReferenceId> referenceIds) Allows to use a collection ofReferenceIdinstead of a collection ofStringfor specifying the query parameter "$XDSDocumentEntryReferenceIdList".