public enum AppointmentCancellationReason extends Enum<AppointmentCancellationReason>
| Enum Constant and Description |
|---|
MAINT
null
|
MEDSINC
null
|
NULL
added to help the parsers
|
OTHCMS
null
|
OTHER
null
|
OTHERR
null
|
OTHFIN
null
|
OTHINT
null
|
OTHIV
null
|
OTHMU
null
|
OTHOERR
null
|
OTHROOM
null
|
OTHSWIE
null
|
OTHWEATH
null
|
PAT
null
|
PATCPP
null
|
PATCRS
null
|
PATDEC
null
|
PATFB
null
|
PATLT
null
|
PATMT
null
|
PATMV
null
|
PATPREG
null
|
PATSWL
null
|
PATUCP
null
|
PROV
null
|
PROVDCH
null
|
PROVEDU
null
|
PROVHOSP
null
|
PROVLABS
null
|
PROVMRI
null
|
PROVONC
null
|
PROVPERS
null
|
| Modifier and Type | Method and Description |
|---|---|
static AppointmentCancellationReason |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AppointmentCancellationReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppointmentCancellationReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppointmentCancellationReason PAT
public static final AppointmentCancellationReason PATCRS
public static final AppointmentCancellationReason PATCPP
public static final AppointmentCancellationReason PATDEC
public static final AppointmentCancellationReason PATFB
public static final AppointmentCancellationReason PATLT
public static final AppointmentCancellationReason PATMT
public static final AppointmentCancellationReason PATMV
public static final AppointmentCancellationReason PATPREG
public static final AppointmentCancellationReason PATSWL
public static final AppointmentCancellationReason PATUCP
public static final AppointmentCancellationReason PROV
public static final AppointmentCancellationReason PROVPERS
public static final AppointmentCancellationReason PROVDCH
public static final AppointmentCancellationReason PROVEDU
public static final AppointmentCancellationReason PROVHOSP
public static final AppointmentCancellationReason PROVLABS
public static final AppointmentCancellationReason PROVMRI
public static final AppointmentCancellationReason PROVONC
public static final AppointmentCancellationReason MAINT
public static final AppointmentCancellationReason MEDSINC
public static final AppointmentCancellationReason OTHER
public static final AppointmentCancellationReason OTHCMS
public static final AppointmentCancellationReason OTHERR
public static final AppointmentCancellationReason OTHFIN
public static final AppointmentCancellationReason OTHIV
public static final AppointmentCancellationReason OTHINT
public static final AppointmentCancellationReason OTHMU
public static final AppointmentCancellationReason OTHROOM
public static final AppointmentCancellationReason OTHOERR
public static final AppointmentCancellationReason OTHSWIE
public static final AppointmentCancellationReason OTHWEATH
public static final AppointmentCancellationReason NULL
public static AppointmentCancellationReason[] values()
for (AppointmentCancellationReason c : AppointmentCancellationReason.values()) System.out.println(c);
public static AppointmentCancellationReason 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 AppointmentCancellationReason 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.