Enum V3QueryParameterValue

java.lang.Object
java.lang.Enum<V3QueryParameterValue>
org.hl7.fhir.r4.model.codesystems.V3QueryParameterValue
All Implemented Interfaces:
Serializable, Comparable<V3QueryParameterValue>

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Description:Filter codes used to manage volume of dispenses returned by a parameter-based queries.
    Filter codes used to manage types of orders being returned by a parameter-based query.
    A "helper" vocabulary used to construct complex query filters based on how and whether a prescription has been dispensed.
    Description:Indicates how result sets should be filtered based on whether they have associated issues.
    Description:Returns all dispenses to date for a prescription.
    Return all orders.
    Filter to only include SubstanceAdministration orders which have no remaining quantity authorized to be dispensed.
    Description:Result set should not be filtered based on the presence of issues.
    Description:Result set should be filtered to only include records with associated issues.
    Description:Result set should be filtered to only include records with associated unmanaged issues.
    Description:Returns the most recent dispense for a prescription.
    Filter to only include SubstanceAdministration orders which have no fulfilling supply events performed.
    Description:Returns no dispense for a prescription.
    added to help the parsers
    Return only those orders that do not have results.
    Return only those orders that have results.
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

  • Method Details

    • values

      public static V3QueryParameterValue[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static V3QueryParameterValue valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromCode

      public static V3QueryParameterValue fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()