Enum NehtaServiceBookingStatusValues
- java.lang.Object
-
- java.lang.Enum<NehtaServiceBookingStatusValues>
-
- org.hl7.fhir.dstu2016may.model.codesystems.NehtaServiceBookingStatusValues
-
- All Implemented Interfaces:
Serializable,Comparable<NehtaServiceBookingStatusValues>
public enum NehtaServiceBookingStatusValues extends Enum<NehtaServiceBookingStatusValues>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description APTPlanned act for specific time and placeARQRequest for Booking of an AppointmentEVNService actually happens or happened or is ongoingINTPlan to perform a serviceNULLadded to help the parsersPRMSAn intent to perform a servicePRPNon-mandated intent to perform an actRQORequest or Order for a service
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NehtaServiceBookingStatusValuesfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static NehtaServiceBookingStatusValuesvalueOf(String name)Returns the enum constant of this type with the specified name.static NehtaServiceBookingStatusValues[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
APT
public static final NehtaServiceBookingStatusValues APT
Planned act for specific time and place
-
ARQ
public static final NehtaServiceBookingStatusValues ARQ
Request for Booking of an Appointment
-
EVN
public static final NehtaServiceBookingStatusValues EVN
Service actually happens or happened or is ongoing
-
INT
public static final NehtaServiceBookingStatusValues INT
Plan to perform a service
-
PRMS
public static final NehtaServiceBookingStatusValues PRMS
An intent to perform a service
-
PRP
public static final NehtaServiceBookingStatusValues PRP
Non-mandated intent to perform an act
-
RQO
public static final NehtaServiceBookingStatusValues RQO
Request or Order for a service
-
NULL
public static final NehtaServiceBookingStatusValues NULL
added to help the parsers
-
-
Method Detail
-
values
public static NehtaServiceBookingStatusValues[] 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 (NehtaServiceBookingStatusValues c : NehtaServiceBookingStatusValues.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static NehtaServiceBookingStatusValues 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 NehtaServiceBookingStatusValues fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-