public enum V3Hl7PublishingSection extends Enum<V3Hl7PublishingSection>
| Enum Constant and Description |
|---|
AM
Description: Represents the HL7 V3 publishing section that deals with the administration and management of health care activities and organizations.
|
HM
Description: Represents the HL7 V3 publishing section that deals with the health care provision and clinical management.
|
IM
Description: Represents the HL7 V3 publishing section that deals with the definition and management of the computing and communication infrastructure necessary to support health care.
|
NULL
added to help the parsers
|
UU
Description: Represents the HL7 V3 publishing section that holds specifications that are unassigned - that have not yet been assigned to one of the formal publishing sections.
|
| Modifier and Type | Method and Description |
|---|---|
static V3Hl7PublishingSection |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3Hl7PublishingSection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3Hl7PublishingSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3Hl7PublishingSection AM
public static final V3Hl7PublishingSection HM
public static final V3Hl7PublishingSection IM
public static final V3Hl7PublishingSection UU
public static final V3Hl7PublishingSection NULL
public static V3Hl7PublishingSection[] values()
for (V3Hl7PublishingSection c : V3Hl7PublishingSection.values()) System.out.println(c);
public static V3Hl7PublishingSection 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 V3Hl7PublishingSection 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.