public enum V3PatientImportance extends Enum<V3PatientImportance>
| Enum Constant and Description |
|---|
BM
Board member of health care organization
|
DFM
Family member of staff physician
|
DR
Member of the health care organization physician staff
|
FD
Financial donor to the health care organization
|
FOR
Foreign citizen dignitary of interest to the health care organization
|
GOVT
Government dignitary of interest to the organization
|
NULL
added to help the parsers
|
SFM
Family member of staff member
|
STF
Staff member of the health care organization
|
VIP
Very important person of interest to the health care organization
|
| Modifier and Type | Method and Description |
|---|---|
static V3PatientImportance |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3PatientImportance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3PatientImportance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3PatientImportance BM
public static final V3PatientImportance DFM
public static final V3PatientImportance DR
public static final V3PatientImportance FD
public static final V3PatientImportance FOR
public static final V3PatientImportance GOVT
public static final V3PatientImportance SFM
public static final V3PatientImportance STF
public static final V3PatientImportance VIP
public static final V3PatientImportance NULL
public static V3PatientImportance[] values()
for (V3PatientImportance c : V3PatientImportance.values()) System.out.println(c);
public static V3PatientImportance 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 V3PatientImportance 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.