Enum AppointmentCancellationReason
- java.lang.Object
-
- java.lang.Enum<AppointmentCancellationReason>
-
- org.hl7.fhir.r4.model.codesystems.AppointmentCancellationReason
-
- All Implemented Interfaces:
Serializable
,Comparable<AppointmentCancellationReason>
public enum AppointmentCancellationReason extends Enum<AppointmentCancellationReason>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MAINT
nullMEDSINC
nullNULL
added to help the parsersOTHCMS
nullOTHER
nullOTHERR
nullOTHFIN
nullOTHINT
nullOTHIV
nullOTHMU
nullOTHOERR
nullOTHROOM
nullOTHSWIE
nullOTHWEATH
nullPAT
nullPATCPP
nullPATCRS
nullPATDEC
nullPATFB
nullPATLT
nullPATMT
nullPATMV
nullPATPREG
nullPATSWL
nullPATUCP
nullPROV
nullPROVDCH
nullPROVEDU
nullPROVHOSP
nullPROVLABS
nullPROVMRI
nullPROVONC
nullPROVPERS
null
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
PAT
public static final AppointmentCancellationReason PAT
null
-
PATCRS
public static final AppointmentCancellationReason PATCRS
null
-
PATCPP
public static final AppointmentCancellationReason PATCPP
null
-
PATDEC
public static final AppointmentCancellationReason PATDEC
null
-
PATFB
public static final AppointmentCancellationReason PATFB
null
-
PATLT
public static final AppointmentCancellationReason PATLT
null
-
PATMT
public static final AppointmentCancellationReason PATMT
null
-
PATMV
public static final AppointmentCancellationReason PATMV
null
-
PATPREG
public static final AppointmentCancellationReason PATPREG
null
-
PATSWL
public static final AppointmentCancellationReason PATSWL
null
-
PATUCP
public static final AppointmentCancellationReason PATUCP
null
-
PROV
public static final AppointmentCancellationReason PROV
null
-
PROVPERS
public static final AppointmentCancellationReason PROVPERS
null
-
PROVDCH
public static final AppointmentCancellationReason PROVDCH
null
-
PROVEDU
public static final AppointmentCancellationReason PROVEDU
null
-
PROVHOSP
public static final AppointmentCancellationReason PROVHOSP
null
-
PROVLABS
public static final AppointmentCancellationReason PROVLABS
null
-
PROVMRI
public static final AppointmentCancellationReason PROVMRI
null
-
PROVONC
public static final AppointmentCancellationReason PROVONC
null
-
MAINT
public static final AppointmentCancellationReason MAINT
null
-
MEDSINC
public static final AppointmentCancellationReason MEDSINC
null
-
OTHER
public static final AppointmentCancellationReason OTHER
null
-
OTHCMS
public static final AppointmentCancellationReason OTHCMS
null
-
OTHERR
public static final AppointmentCancellationReason OTHERR
null
-
OTHFIN
public static final AppointmentCancellationReason OTHFIN
null
-
OTHIV
public static final AppointmentCancellationReason OTHIV
null
-
OTHINT
public static final AppointmentCancellationReason OTHINT
null
-
OTHMU
public static final AppointmentCancellationReason OTHMU
null
-
OTHROOM
public static final AppointmentCancellationReason OTHROOM
null
-
OTHOERR
public static final AppointmentCancellationReason OTHOERR
null
-
OTHSWIE
public static final AppointmentCancellationReason OTHSWIE
null
-
OTHWEATH
public static final AppointmentCancellationReason OTHWEATH
null
-
NULL
public static final AppointmentCancellationReason NULL
added to help the parsers
-
-
Method Detail
-
values
public static AppointmentCancellationReason[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AppointmentCancellationReason c : AppointmentCancellationReason.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AppointmentCancellationReason valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static AppointmentCancellationReason fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-