public enum V3QueryParameterValue extends Enum<V3QueryParameterValue>
| Enum Constant and Description |
|---|
_DISPENSEQUERYFILTERCODE
Description:Filter codes used to manage volume of dispenses returned by a parameter-based queries.
|
_ORDERFILTERCODE
Filter codes used to manage types of orders being returned by a parameter-based query.
|
_PRESCRIPTIONDISPENSEFILTERCODE
A "helper" vocabulary used to construct complex query filters based on how and whether a prescription has been dispensed.
|
_QUERYPARAMETERVALUE
Description:Indicates how result sets should be filtered based on whether they have associated issues.
|
ALLDISP
Description:Returns all dispenses to date for a prescription.
|
AO
Return all orders.
|
C
Filter to only include SubstanceAdministration orders which have no remaining quantity authorized to be dispensed.
|
ISSFA
Description:Result set should not be filtered based on the presence of issues.
|
ISSFI
Description:Result set should be filtered to only include records with associated issues.
|
ISSFU
Description:Result set should be filtered to only include records with associated unmanaged issues.
|
LASTDISP
Description:Returns the most recent dispense for a prescription.
|
N
Filter to only include SubstanceAdministration orders which have no fulfilling supply events performed.
|
NODISP
Description:Returns no dispense for a prescription.
|
NULL
added to help the parsers
|
ONR
Return only those orders that do not have results.
|
OWR
Return only those orders that have results.
|
R
Filter to only include SubstanceAdministration orders which have had at least one fulfilling supply event, but which still have outstanding quantity remaining to be authorized.
|
| Modifier and Type | Method and Description |
|---|---|
static V3QueryParameterValue |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3QueryParameterValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3QueryParameterValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3QueryParameterValue _DISPENSEQUERYFILTERCODE
public static final V3QueryParameterValue ALLDISP
public static final V3QueryParameterValue LASTDISP
public static final V3QueryParameterValue NODISP
public static final V3QueryParameterValue _ORDERFILTERCODE
public static final V3QueryParameterValue AO
public static final V3QueryParameterValue ONR
public static final V3QueryParameterValue OWR
public static final V3QueryParameterValue _PRESCRIPTIONDISPENSEFILTERCODE
public static final V3QueryParameterValue C
public static final V3QueryParameterValue N
public static final V3QueryParameterValue R
public static final V3QueryParameterValue _QUERYPARAMETERVALUE
public static final V3QueryParameterValue ISSFA
public static final V3QueryParameterValue ISSFI
public static final V3QueryParameterValue ISSFU
public static final V3QueryParameterValue NULL
public static V3QueryParameterValue[] values()
for (V3QueryParameterValue c : V3QueryParameterValue.values()) System.out.println(c);
public static V3QueryParameterValue valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static V3QueryParameterValue fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.