Enum V3Hl7ApprovalStatus
- All Implemented Interfaces:
Serializable
,Comparable<V3Hl7ApprovalStatus>
-
Enum Constant Summary
Enum ConstantDescriptionDescription: Content that is being presented to an international affiliate for consideration as a realm-specific draft standard for trial use.Description: Content that is being presented to an international affiliate for consideration as a realm-specific informative standard.Description: Content that is being presented to an international affiliate for consideration as a realm-specific normative standard.Description: Content that has passed ballot as a realm-specific draft standard for trial use.Description: Content that has passed ballot as a realm-specific informative standard.Description: Content that has passed ballot as a realm-specific normative standardDescription: Content that has passed ballot as a draft standard for trial use.Description: Content that has passed ballot as a normative standard.Description: Content that has passed ballot as a normative standard.Description: Content prepared by a committee and submitted for internal consideration as an informative standard.Description: Content prepared by a committee and submitted for internal consideration as an informative standard.Description: Content that is under development and is not intended to be used.Description: Content that represents an adaption of a implementable balloted material to represent the needs or capabilities of a particular installation.Description: Content prepared by a committee and submitted for membership consideration as a draft standard for trial use.Description: Content prepared by a committee and submitted for membership consideration as an informative standard.Description: Content prepared by a committee and submitted for membership consideration as a normative standard.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.added to help the parsersDescription: Content submitted to a committee for consideration for future inclusion in the standard.Description: Content intended to support other content that is subject to approval, but which is not itself subject to formal approval.Description: Content that represents an item that was at one point a normative or informative standard, but was subsequently withdrawn. -
Method Summary
Modifier and TypeMethodDescriptionstatic V3Hl7ApprovalStatus
toCode()
static V3Hl7ApprovalStatus
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.
-
Enum Constant Details
-
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. Deprecation Comment No longer supported as ballot statuses within the HL7 Governance and Operations Manual. Use normative or informative variants instead. -
COMN
Description: Content prepared by a committee and submitted for internal consideration as an informative standard. Deprecation Comment No longer supported as ballot statuses within the HL7 Governance and Operations Manual. Use normative or informative variants instead. -
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. -
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. -
NULL
added to help the parsers
-
-
Method Details
-
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
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 V3Hl7ApprovalStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-