public enum V3Hl7ApprovalStatus extends Enum<V3Hl7ApprovalStatus>
| Enum Constant and Description |
|---|
AFFD
Description: Content that is being presented to an international affiliate for consideration as a realm-specific draft standard for trial use.
|
AFFI
Description: Content that is being presented to an international affiliate for consideration as a realm-specific informative standard.
|
AFFN
Description: Content that is being presented to an international affiliate for consideration as a realm-specific normative standard.
|
APPAD
Description: Content that has passed ballot as a realm-specific draft standard for trial use.
|
APPAI
Description: Content that has passed ballot as a realm-specific informative standard.
|
APPAN
Description: Content that has passed ballot as a realm-specific normative standard
|
APPD
Description: Content that has passed ballot as a draft standard for trial use.
|
APPI
Description: Content that has passed ballot as a normative standard.
|
APPN
Description: Content that has passed ballot as a normative standard.
|
COMI
Description: Content prepared by a committee and submitted for internal consideration as an informative standard.
|
COMN
Description: Content prepared by a committee and submitted for internal consideration as an informative standard.
|
DRAFT
Description: Content that is under development and is not intended to be used.
|
LOC
Description: Content that represents an adaption of a implementable balloted material to represent the needs or capabilities of a particular installation.
|
MEMD
Description: Content prepared by a committee and submitted for membership consideration as a draft standard for trial use.
|
MEMI
Description: Content prepared by a committee and submitted for membership consideration as an informative standard.
|
MEMN
Description: Content prepared by a committee and submitted for membership consideration as a normative standard.
|
NS
Description: Content developed independently by an organization or individual that is declared to be 'usable' but for which there is no present intention to submit through the standards submission and review process.
|
NULL
added to help the parsers
|
PROP
Description: Content submitted to a committee for consideration for future inclusion in the standard.
|
REF
Description: Content intended to support other content that is subject to approval, but which is not itself subject to formal approval.
|
WD
Description: Content that represents an item that was at one point a normative or informative standard, but was subsequently withdrawn.
|
| Modifier and Type | Method and Description |
|---|---|
static V3Hl7ApprovalStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3Hl7ApprovalStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3Hl7ApprovalStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3Hl7ApprovalStatus AFFD
public static final V3Hl7ApprovalStatus AFFI
public static final V3Hl7ApprovalStatus AFFN
public static final V3Hl7ApprovalStatus APPAD
public static final V3Hl7ApprovalStatus APPAI
public static final V3Hl7ApprovalStatus APPAN
public static final V3Hl7ApprovalStatus APPD
public static final V3Hl7ApprovalStatus APPI
public static final V3Hl7ApprovalStatus APPN
public static final V3Hl7ApprovalStatus COMI
public static final V3Hl7ApprovalStatus COMN
public static final V3Hl7ApprovalStatus DRAFT
public static final V3Hl7ApprovalStatus LOC
public static final V3Hl7ApprovalStatus MEMD
public static final V3Hl7ApprovalStatus MEMI
public static final V3Hl7ApprovalStatus MEMN
public static final V3Hl7ApprovalStatus NS
public static final V3Hl7ApprovalStatus PROP
public static final V3Hl7ApprovalStatus REF
public static final V3Hl7ApprovalStatus WD
public static final V3Hl7ApprovalStatus NULL
public static V3Hl7ApprovalStatus[] values()
for (V3Hl7ApprovalStatus c : V3Hl7ApprovalStatus.values()) System.out.println(c);
public static V3Hl7ApprovalStatus 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 V3Hl7ApprovalStatus 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.