Enum V3Hl7VoteResolution

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AFFDEF
      Description: The recommended change has been deferred to consideration for a future release.
      AFFI
      Description: The recommended change has been incorporated or identified issue has been answered.
      AFFIRMATIVERESOLUTION
      Description: An abstract concept grouping resolutions that can be applied to affirmative ballot comments.
      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
      Description: Responsible group has recommended that the negative vote be considered non-substantive.
      NONSUBV
      Description: Ballot group has voted and declared the negative vote non-substantive.
      NOTRELP
      Description: Responsible group has recommended that the negative vote be considered not-related.
      NOTRELV
      Description: Ballot group has voted and declared the negative vote non-related.
      NULL
      added to help the parsers
      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
      Description: Voter has formally withdrawn their vote or comment as having been in error.
      UNRESOLVED
      Description: Vote has not yet gone through resolution.
      WITHDRAW
      Description: Voter has formally withdrawn their vote or comment on the basis of agreed changes or proposed future changes.
    • Enum Constant Detail

      • 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.
      • 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).
      • 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.
    • Method Detail

      • values

        public static V3Hl7VoteResolution[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (V3Hl7VoteResolution c : V3Hl7VoteResolution.values())
            System.out.println(c);
        
        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