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 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 ofReferenceId
instead of a collection ofString
.FindDocumentsByReferenceIdQuery.getTypedReferenceIds()
Tries to return the query parameter "$XDSDocumentEntryReferenceIdList" as a collection ofReferenceId
instead of a collection ofString
.SubscriptionForDocumentEntryQuery.getTypedReferenceIds()
Tries to return the query parameter "$XDSDocumentEntryReferenceIdList" as a collection ofReferenceId
instead of a collection ofString
.Method parameters in org.openehealth.ipf.commons.ihe.xds.core.requests.query with type arguments of type ReferenceIdModifier and TypeMethodDescriptionvoid
FindDocumentsByReferenceIdForMultiplePatientsQuery.setTypedReferenceIds
(QueryList<ReferenceId> referenceIds) Allows to use a collection ofReferenceId
instead of a collection ofString
for specifying the query parameter "$XDSDocumentEntryReferenceIdList".void
FindDocumentsByReferenceIdQuery.setTypedReferenceIds
(QueryList<ReferenceId> referenceIds) Allows to use a collection ofReferenceId
instead of a collection ofString
for specifying the query parameter "$XDSDocumentEntryReferenceIdList".void
SubscriptionForDocumentEntryQuery.setTypedReferenceIds
(QueryList<ReferenceId> referenceIds) Allows to use a collection ofReferenceId
instead of a collection ofString
for specifying the query parameter "$XDSDocumentEntryReferenceIdList".