Uses of Enum Class
org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryType
Packages that use QueryType
-
Uses of QueryType in org.openehealth.ipf.commons.ihe.xds.core.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query that return QueryTypeModifier and TypeMethodDescriptionQuery.getType()static QueryTypeReturns the enum constant of this class with the specified name.static QueryTypeReturns a query type by its id.static QueryType[]QueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openehealth.ipf.commons.ihe.xds.core.requests.query with parameters of type QueryTypeModifierConstructorDescriptionprotectedDocumentsQuery(QueryType type) protectedprotectedFindDocumentsQuery(QueryType type) protectedConstructs the query.protectedGetByIdQuery(QueryType type) Constructs the query.protectedGetByUuidQuery(QueryType type) Constructs the query.protectedConstructs the query.protectedPharmacyDocumentsQuery(QueryType queryType) Constructs the query.protectedPharmacyStableDocumentsQuery(QueryType queryType) Constructs the query.protectedConstructs the query.protectedStoredQuery(QueryType type) Constructs the query.