public enum V3Hl7PublishingSubSection extends Enum<V3Hl7PublishingSubSection>
| Enum Constant and Description |
|---|
CO
Description: Represents the HL7 V3 publishing sub-section that holds common or shared specifications within the Infrastructure Management (IM) section.
|
FI
Description: Represents the HL7 V3 publishing sub-section that holds specifications related to the management of financial information within the Administrative Management (AM) section.
|
MC
Description: Represents the HL7 V3 publishing sub-section that holds specifications related to the definition and control of interoperability messages within the Infrastructure Management (IM) section.
|
MF
Description: Represents the HL7 V3 publishing sub-section that holds specifications related to master file and registry management activities within the Infrastructure Management (IM) section.
|
NULL
added to help the parsers
|
PO
Description: Represents the HL7 V3 publishing sub-section that holds specifications related to managing clinical operations within the Health and Clinical Management (HM) section.
|
PR
Description: Represents the HL7 V3 publishing sub-section that holds specifications related to the management of practice settings within the Administrative Management (AM) section.
|
QU
Description: Represents the HL7 V3 publishing sub-section that holds specifications related to query/response activities within the Infrastructure Management (IM) section.
|
RC
Description: Represents the HL7 V3 publishing sub-section that holds specifications related to the definition and communication of records of clinical care within the Health and Clinical Management (HM) section.
|
RE
Description: Represents the HL7 V3 publishing sub-section that holds specifications related to the definition and communication of reasoning (knowledge) within the Health and Clinical Management (HM) section.
|
UU
Description: Represents the HL7 V3 publishing sub-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 V3Hl7PublishingSubSection |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3Hl7PublishingSubSection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3Hl7PublishingSubSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3Hl7PublishingSubSection CO
public static final V3Hl7PublishingSubSection FI
public static final V3Hl7PublishingSubSection MC
public static final V3Hl7PublishingSubSection MF
public static final V3Hl7PublishingSubSection PO
public static final V3Hl7PublishingSubSection PR
public static final V3Hl7PublishingSubSection QU
public static final V3Hl7PublishingSubSection RC
public static final V3Hl7PublishingSubSection RE
public static final V3Hl7PublishingSubSection UU
public static final V3Hl7PublishingSubSection NULL
public static V3Hl7PublishingSubSection[] values()
for (V3Hl7PublishingSubSection c : V3Hl7PublishingSubSection.values()) System.out.println(c);
public static V3Hl7PublishingSubSection 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 V3Hl7PublishingSubSection 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.