Enum V3Hl7VoteResolution

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

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Description: The recommended change has been deferred to consideration for a future release.
    Description: The recommended change has been incorporated or identified issue has been answered.
    Description: An abstract concept grouping resolutions that can be applied to affirmative ballot comments.
    Description: The recommended change has been refused and is not expected to be incorporated.
    Description: An abstract concept grouping resolutions that can be applied to negative ballot comments.
    Description: Responsible group has recommended that the negative vote be considered non-substantive.
    Description: Ballot group has voted and declared the negative vote non-substantive.
    Description: Responsible group has recommended that the negative vote be considered not-related.
    Description: Ballot group has voted and declared the negative vote non-related.
    added to help the parsers
    Description: Committee identifies that the same issue has been raised as part of a previous ballot on the same element version and was found by the ballot group to be non-substantive or not related.)
    Description: Voter has formally withdrawn their vote or comment as having been in error.
    Description: Vote has not yet gone through resolution.
    Description: Voter has formally withdrawn their vote or comment on the basis of agreed changes or proposed future changes.
  • 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

    • AFFIRMATIVERESOLUTION

      Description: An abstract concept grouping resolutions that can be applied to affirmative ballot comments.
    • AFFDEF

      public static final V3Hl7VoteResolution AFFDEF
      Description: The recommended change has been deferred to consideration for a future release.
    • AFFI

      public static final V3Hl7VoteResolution AFFI
      Description: The recommended change has been incorporated or identified issue has been answered.
    • AFFR

      public static final V3Hl7VoteResolution AFFR
      Description: The recommended change has been refused and is not expected to be incorporated.
    • NEGATIVERESOLUTION

      Description: An abstract concept grouping resolutions that can be applied to negative ballot comments.
    • NONSUBP

      public static final V3Hl7VoteResolution NONSUBP
      Description: Responsible group has recommended that the negative vote be considered non-substantive. (Issue raised does not provide sufficiently convincing reason to make changes to the item under ballot, or otherwise impede its adoption.)
    • NONSUBV

      public static final V3Hl7VoteResolution NONSUBV
      Description: Ballot group has voted and declared the negative vote non-substantive.
    • NOTRELP

      public static final V3Hl7VoteResolution NOTRELP
      Description: Responsible group has recommended that the negative vote be considered not-related. (Issue raised is not related to the current scope of the item under ballot, or does not prevent the item under ballot for being used for its defined intent. Recommended changes may be considered as part of future versions.) (Perhaps after further reading or explanation).
    • NOTRELV

      public static final V3Hl7VoteResolution NOTRELV
      Description: Ballot group has voted and declared the negative vote non-related.
    • PREVCONS

      public static final V3Hl7VoteResolution PREVCONS
      Description: Committee identifies that the same issue has been raised as part of a previous ballot on the same element version and was found by the ballot group to be non-substantive or not related.)
    • RETRACT

      public static final V3Hl7VoteResolution RETRACT
      Description: Voter has formally withdrawn their vote or comment as having been in error. (Perhaps after further reading or explanation).
    • UNRESOLVED

      public static final V3Hl7VoteResolution UNRESOLVED
      Description: Vote has not yet gone through resolution.
    • WITHDRAW

      public static final V3Hl7VoteResolution WITHDRAW
      Description: Voter has formally withdrawn their vote or comment on the basis of agreed changes or proposed future changes.
    • NULL

      public static final V3Hl7VoteResolution NULL
      added to help the parsers
  • Method Details

    • values

      public static V3Hl7VoteResolution[] 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 V3Hl7VoteResolution 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 V3Hl7VoteResolution 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()