public enum ExDiagnosisrelatedgroup extends Enum<ExDiagnosisrelatedgroup>
| Enum Constant and Description |
|---|
_100
Normal Vaginal Delivery.
|
_101
Appendectomy without rupture or other complications.
|
_300
Emergency department treatment of a tooth abscess.
|
_400
Head trauma - concussion.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ExDiagnosisrelatedgroup |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ExDiagnosisrelatedgroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExDiagnosisrelatedgroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExDiagnosisrelatedgroup _100
public static final ExDiagnosisrelatedgroup _101
public static final ExDiagnosisrelatedgroup _300
public static final ExDiagnosisrelatedgroup _400
public static final ExDiagnosisrelatedgroup NULL
public static ExDiagnosisrelatedgroup[] values()
for (ExDiagnosisrelatedgroup c : ExDiagnosisrelatedgroup.values()) System.out.println(c);
public static ExDiagnosisrelatedgroup 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 ExDiagnosisrelatedgroup 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.