public static enum Composition.SectionMode extends Enum<Composition.SectionMode>
| Enum Constant and Description |
|---|
CHANGES
A point-in-time list that shows what changes have been made or recommended.
|
NULL
added to help the parsers with the generic types
|
SNAPSHOT
This list was prepared as a snapshot.
|
WORKING
This list is the master list, maintained in an ongoing fashion with regular updates as the real world list it is tracking changes.
|
| Modifier and Type | Method and Description |
|---|---|
static Composition.SectionMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Composition.SectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Composition.SectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Composition.SectionMode WORKING
public static final Composition.SectionMode SNAPSHOT
public static final Composition.SectionMode CHANGES
public static final Composition.SectionMode NULL
public static Composition.SectionMode[] values()
for (Composition.SectionMode c : Composition.SectionMode.values()) System.out.println(c);
public static Composition.SectionMode 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 Composition.SectionMode 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.