Class SlotstatusCodes
The free/busy status of a slot.
Inheritance
System.Object
SlotstatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class SlotstatusCodes : object
Fields
| Improve this Doc View SourceBusy
Indicates that the time interval is busy because one or more events have been scheduled for that interval.
Declaration
public static readonly Coding Busy
Field Value
Type | Description |
---|---|
Coding |
BusyTentative
Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval.
Declaration
public static readonly Coding BusyTentative
Field Value
Type | Description |
---|---|
Coding |
BusyUnavailable
Indicates that the time interval is busy and that the interval can not be scheduled.
Declaration
public static readonly Coding BusyUnavailable
Field Value
Type | Description |
---|---|
Coding |
Free
Indicates that the time interval is free for scheduling.
Declaration
public static readonly Coding Free
Field Value
Type | Description |
---|---|
Coding |
LiteralBusy
Literal for code: Busy
Declaration
public const string LiteralBusy = null
Field Value
Type | Description |
---|---|
System. |
LiteralBusyTentative
Literal for code: BusyTentative
Declaration
public const string LiteralBusyTentative = null
Field Value
Type | Description |
---|---|
System. |
LiteralBusyUnavailable
Literal for code: BusyUnavailable
Declaration
public const string LiteralBusyUnavailable = null
Field Value
Type | Description |
---|---|
System. |
LiteralFree
Literal for code: Free
Declaration
public const string LiteralFree = null
Field Value
Type | Description |
---|---|
System. |
LiteralSlotstatusBusy
Literal for code: SlotstatusBusy
Declaration
public const string LiteralSlotstatusBusy = null
Field Value
Type | Description |
---|---|
System. |
LiteralSlotstatusBusyTentative
Literal for code: SlotstatusBusyTentative
Declaration
public const string LiteralSlotstatusBusyTentative = null
Field Value
Type | Description |
---|---|
System. |
LiteralSlotstatusBusyUnavailable
Literal for code: SlotstatusBusyUnavailable
Declaration
public const string LiteralSlotstatusBusyUnavailable = null
Field Value
Type | Description |
---|---|
System. |
LiteralSlotstatusFree
Literal for code: SlotstatusFree
Declaration
public const string LiteralSlotstatusFree = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up Slotstatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |