Package ca.uhn.fhir.model.dstu2.valueset
Enum SlotStatusEnum
- All Implemented Interfaces:
Serializable
,Comparable<SlotStatusEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: Busy
Code Value: busy Indicates that the time interval is busy because one or more events have been scheduled for that interval.Display: Busy (Tentative)
Code Value: busy-tentative Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval.Display: Busy (Unavailable)
Code Value: busy-unavailable Indicates that the time interval is busy and that the interval can not be scheduled.Display: Free
Code Value: free Indicates that the time interval is free for scheduling. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<SlotStatusEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: SlotStatus -
Method Summary
Modifier and TypeMethodDescriptionstatic SlotStatusEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic SlotStatusEnum
Returns the enum constant of this type with the specified name.static SlotStatusEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BUSY
Display: Busy
Code Value: busy Indicates that the time interval is busy because one or more events have been scheduled for that interval. -
FREE
Display: Free
Code Value: free Indicates that the time interval is free for scheduling. -
BUSY_UNAVAILABLE
Display: Busy (Unavailable)
Code Value: busy-unavailable Indicates that the time interval is busy and that the interval can not be scheduled. -
BUSY_TENTATIVE
Display: Busy (Tentative)
Code Value: busy-tentative Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval.
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: SlotStatus- See Also:
-
VALUESET_BINDER
Converts codes to their respective enumerated values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-