public enum EncounterType extends Enum<EncounterType>
| Enum Constant and Description |
|---|
ADMS
null
|
BD_BMCLIN
null
|
CCS60
null
|
NULL
added to help the parsers
|
OKI
null
|
| Modifier and Type | Method and Description |
|---|---|
static EncounterType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EncounterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncounterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncounterType ADMS
public static final EncounterType BD_BMCLIN
public static final EncounterType CCS60
public static final EncounterType OKI
public static final EncounterType NULL
public static EncounterType[] values()
for (EncounterType c : EncounterType.values()) System.out.println(c);
public static EncounterType 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 EncounterType 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.