Uses of Enum Class
org.openehealth.ipf.commons.ihe.xds.core.transform.requests.QueryParameter
Packages that use QueryParameter
Package
Description
-
Uses of QueryParameter in org.openehealth.ipf.commons.ihe.xds.core.transform.requests
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests that return QueryParameterModifier and TypeMethodDescriptionstatic QueryParameterReturns the enum constant of this class with the specified name.static QueryParameterQueryParameter.valueOfSlotName(String slotName) static QueryParameter[]QueryParameter.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of QueryParameter in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query with parameters of type QueryParameterModifier and TypeMethodDescriptionvoidQuerySlotHelper.fromAssociationType(QueryParameter param, List<AssociationType> associationTypes) Stores an association parameter into a slot.voidQuerySlotHelper.fromCode(QueryParameter param, List<Code> codes) Stores a list of codes into a slot.voidQuerySlotHelper.fromCode(QueryParameter param, QueryList<Code> queryList) Stores a code list with AND/OR semantics into a set of slots with the same name.voidQuerySlotHelper.fromDocumentAvailability(QueryParameter param, List<DocumentAvailability> status) Stores a status parameter into a slot.voidQuerySlotHelper.fromDocumentEntryType(QueryParameter param, List<DocumentEntryType> documentEntryTypes) voidQuerySlotHelper.fromInteger(QueryParameter param, Integer value) Stores a numbered parameter into a slot.voidQuerySlotHelper.fromPatientIdList(QueryParameter param, List<Identifiable> values) Stores a list of patient IDs into a slot.voidQuerySlotHelper.fromStatus(QueryParameter param, List<AvailabilityStatus> status) Stores a status parameter into a slot.voidQuerySlotHelper.fromString(QueryParameter param, String value) Stores a string-valued parameter into a slot.voidQuerySlotHelper.fromStringList(QueryParameter param, List<String> values) Stores a list of strings into a slot.voidQuerySlotHelper.fromStringList(QueryParameter param, QueryList<String> queryList) Stores a string list with AND/OR semantics into a set of slots with the same name.voidQuerySlotHelper.fromTimestamp(QueryParameter param, Timestamp value) Stores a timestamp parameter into a slot.QuerySlotHelper.toAssociationType(QueryParameter param) Retrieves an association parameter from a slot.QuerySlotHelper.toCodeList(QueryParameter param) Retrieves a list of codes from a slot.QuerySlotHelper.toCodeQueryList(QueryParameter param, QueryParameter schemeParam) Retrieves a code list with AND/OR semantics from a set of slots with the same name.QuerySlotHelper.toDocumentAvailability(QueryParameter param) Retrieves a status parameter from a slot.QuerySlotHelper.toDocumentEntryType(QueryParameter param) QuerySlotHelper.toInteger(QueryParameter param) Retrieves a numbered parameter from a slot.QuerySlotHelper.toPatientIdList(QueryParameter param) Retrieves a list of patient IDs from a slot.QuerySlotHelper.toStatus(QueryParameter param) Retrieves a status parameter from a slot.QuerySlotHelper.toString(QueryParameter param) Retrieves a string-valued parameter from a slot.QuerySlotHelper.toStringList(QueryParameter param) Retrieves a list of strings from a slot.QuerySlotHelper.toStringQueryList(QueryParameter param) Retrieves a string list with AND/OR semantics from a set of slots with the same name.QuerySlotHelper.toTimestamp(QueryParameter param) Retrieves a timestamp parameter from a slot.Constructors in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query with parameters of type QueryParameterModifierConstructorDescriptionprotectedGetByIDAndCodesQueryTransformer(QueryParameter uuidParam, QueryParameter uniqueIdParam, QueryParameter formatCodeParam, QueryParameter formatCodeSchemeParam, QueryParameter confCodeParam, QueryParameter confCodeSchemeParam) Constructs the transformer.protectedGetByUUIDQueryTransformer(QueryParameter uuidParam) Constructs the transformer. -
Uses of QueryParameter in org.openehealth.ipf.commons.ihe.xds.core.validate.query
Constructors in org.openehealth.ipf.commons.ihe.xds.core.validate.query with parameters of type QueryParameterModifierConstructorDescriptionConstructs a validation object.ChoiceValidation(boolean optional, QueryParameter... params) Constructs a validation object.CodeValidation(QueryParameter param) Constructs a validation object.CodeValidation(QueryParameter param, boolean optional) Constructs a validation object.QueryListCodeValidation(QueryParameter param, QueryParameter schemeParam) Constructs a validation object.StatusValidation(QueryParameter param) Constructs a validation object.StringListValidation(QueryParameter param, ValueValidator validator) Constructs a validation object.StringValidation(QueryParameter param, ValueValidator validator, boolean optional) Constructs a validation object.Constructs a validation object.