Enum V3Hl7VoteResolution
- java.lang.Object
-
- java.lang.Enum<V3Hl7VoteResolution>
-
- org.hl7.fhir.r4.model.codesystems.V3Hl7VoteResolution
-
- All Implemented Interfaces:
Serializable,Comparable<V3Hl7VoteResolution>
public enum V3Hl7VoteResolution extends Enum<V3Hl7VoteResolution>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AFFDEFDescription: The recommended change has been deferred to consideration for a future release.AFFIDescription: The recommended change has been incorporated or identified issue has been answered.AFFIRMATIVERESOLUTIONDescription: An abstract concept grouping resolutions that can be applied to affirmative ballot comments.AFFRDescription: The recommended change has been refused and is not expected to be incorporated.NEGATIVERESOLUTIONDescription: An abstract concept grouping resolutions that can be applied to negative ballot comments.NONSUBPDescription: Responsible group has recommended that the negative vote be considered non-substantive.NONSUBVDescription: Ballot group has voted and declared the negative vote non-substantive.NOTRELPDescription: Responsible group has recommended that the negative vote be considered not-related.NOTRELVDescription: Ballot group has voted and declared the negative vote non-related.NULLadded to help the parsersPREVCONSDescription: 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.)RETRACTDescription: Voter has formally withdrawn their vote or comment as having been in error.UNRESOLVEDDescription: Vote has not yet gone through resolution.WITHDRAWDescription: Voter has formally withdrawn their vote or comment on the basis of agreed changes or proposed future changes.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3Hl7VoteResolutionfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3Hl7VoteResolutionvalueOf(String name)Returns the enum constant of this type with the specified name.static V3Hl7VoteResolution[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AFFIRMATIVERESOLUTION
public static final V3Hl7VoteResolution 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
public static final V3Hl7VoteResolution 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 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 nameNullPointerException- if the argument is null
-
fromCode
public static V3Hl7VoteResolution fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-