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 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.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 TypeMethodDescriptionvoidvoidvoidvoidDocumentsQuery.setConfidentialityCodes(QueryList<Code> confidentialityCodes) voidGetAllQuery.setConfidentialityCodes(QueryList<Code> confidentialityCodes) voidGetByIdAndCodesQuery.setConfidentialityCodes(QueryList<Code> confidentialityCodes) voidDocumentsQuery.setEventCodes(QueryList<Code> eventCodes) voidFindDocumentsByReferenceIdForMultiplePatientsQuery.setReferenceIds(QueryList<String> referenceIds) voidFindDocumentsByReferenceIdQuery.setReferenceIds(QueryList<String> referenceIds) voidSubscriptionForDocumentEntryQuery.setReferenceIds(QueryList<String> referenceIds) voidFindDocumentsByReferenceIdForMultiplePatientsQuery.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".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 ca.uhn.hl7v2.model.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 TypeMethodDescriptionvoidQuerySlotHelper.fromCode(QueryParameter param, QueryList<Code> queryList) Stores a code list with AND/OR semantics into a set of slots with the same name.voidQuerySlotHelper.fromStringList(String slotName, QueryList<String> queryList) Stores a string list with AND/OR semantics into a set of slots with the same name.voidQuerySlotHelper.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 ca.uhn.hl7v2.model.Composite,T extends Hl7v2Based<C>>
QueryList<T>static <T extends Hl7v2Based<?>>
QueryList<String>