public enum V3Hl7VoteResolution extends Enum<V3Hl7VoteResolution>
| Enum Constant and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static V3Hl7VoteResolution |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3Hl7VoteResolution |
valueOf(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.
|
public static final V3Hl7VoteResolution AFFIRMATIVERESOLUTION
public static final V3Hl7VoteResolution AFFDEF
public static final V3Hl7VoteResolution AFFI
public static final V3Hl7VoteResolution AFFR
public static final V3Hl7VoteResolution NEGATIVERESOLUTION
public static final V3Hl7VoteResolution NONSUBP
public static final V3Hl7VoteResolution NONSUBV
public static final V3Hl7VoteResolution NOTRELP
public static final V3Hl7VoteResolution NOTRELV
public static final V3Hl7VoteResolution PREVCONS
public static final V3Hl7VoteResolution RETRACT
public static final V3Hl7VoteResolution UNRESOLVED
public static final V3Hl7VoteResolution WITHDRAW
public static final V3Hl7VoteResolution NULL
public static V3Hl7VoteResolution[] values()
for (V3Hl7VoteResolution c : V3Hl7VoteResolution.values()) System.out.println(c);
public static V3Hl7VoteResolution 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 V3Hl7VoteResolution 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.