Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryList
Packages that use QueryList
Package
Description
-
Uses of QueryList in org.openehealth.ipf.commons.ihe.xds.core.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query that return QueryListModifier and TypeMethodDescriptionFindFoldersForMultiplePatientsQuery.getCodes()
FindFoldersQuery.getCodes()
SubscriptionForFolderQuery.getCodes()
DocumentsQuery.getConfidentialityCodes()
GetAllQuery.getConfidentialityCodes()
GetByIdAndCodesQuery.getConfidentialityCodes()
DocumentsQuery.getEventCodes()
FindDocumentsByReferenceIdForMultiplePatientsQuery.getReferenceIds()
FindDocumentsByReferenceIdQuery.getReferenceIds()
SubscriptionForDocumentEntryQuery.getReferenceIds()
FindDocumentsByReferenceIdForMultiplePatientsQuery.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
.Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query that return types with arguments of type QueryListMethods in org.openehealth.ipf.commons.ihe.xds.core.requests.query with parameters of type QueryListModifier and TypeMethodDescriptionvoid
void
void
void
DocumentsQuery.setConfidentialityCodes
(QueryList<Code> confidentialityCodes) void
GetAllQuery.setConfidentialityCodes
(QueryList<Code> confidentialityCodes) void
GetByIdAndCodesQuery.setConfidentialityCodes
(QueryList<Code> confidentialityCodes) void
DocumentsQuery.setEventCodes
(QueryList<Code> eventCodes) void
FindDocumentsByReferenceIdForMultiplePatientsQuery.setReferenceIds
(QueryList<String> referenceIds) void
FindDocumentsByReferenceIdQuery.setReferenceIds
(QueryList<String> referenceIds) void
SubscriptionForDocumentEntryQuery.setReferenceIds
(QueryList<String> referenceIds) void
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".Constructors in org.openehealth.ipf.commons.ihe.xds.core.requests.query with parameters of type QueryList -
Uses of QueryList 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 QueryListModifier and TypeMethodDescriptionstatic <C extends Composite,
T extends Hl7v2Based<C>>
QueryList<T> static <T extends Hl7v2Based<?>>
QueryList<String> QuerySlotHelper.toCodeQueryList
(QueryParameter param, QueryParameter schemeParam) Retrieves a code list with AND/OR semantics from a set of slots with the same name.QuerySlotHelper.toStringQueryList
(String slotName) Retrieves a string list with AND/OR semantics from a set of slots with the same name.QuerySlotHelper.toStringQueryList
(QueryParameter param) Retrieves a string list with AND/OR semantics from a set of slots with the same name.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query with parameters of type QueryListModifier and TypeMethodDescriptionvoid
QuerySlotHelper.fromCode
(QueryParameter param, QueryList<Code> queryList) Stores a code list with AND/OR semantics into a set of slots with the same name.void
QuerySlotHelper.fromStringList
(String slotName, QueryList<String> queryList) Stores a string list with AND/OR semantics into a set of slots with the same name.void
QuerySlotHelper.fromStringList
(QueryParameter param, QueryList<String> queryList) Stores a string list with AND/OR semantics into a set of slots with the same name.static <C extends Composite,
T extends Hl7v2Based<C>>
QueryList<T> static <T extends Hl7v2Based<?>>
QueryList<String>