Show / Hide Table of Contents

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 Source

Busy

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Free

Indicates that the time interval is free for scheduling.

Declaration
public static readonly Coding Free
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralBusy

Literal for code: Busy

Declaration
public const string LiteralBusy = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralBusyTentative

Literal for code: BusyTentative

Declaration
public const string LiteralBusyTentative = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralBusyUnavailable

Literal for code: BusyUnavailable

Declaration
public const string LiteralBusyUnavailable = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralFree

Literal for code: Free

Declaration
public const string LiteralFree = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSlotstatusBusy

Literal for code: SlotstatusBusy

Declaration
public const string LiteralSlotstatusBusy = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSlotstatusBusyTentative

Literal for code: SlotstatusBusyTentative

Declaration
public const string LiteralSlotstatusBusyTentative = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSlotstatusBusyUnavailable

Literal for code: SlotstatusBusyUnavailable

Declaration
public const string LiteralSlotstatusBusyUnavailable = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSlotstatusFree

Literal for code: SlotstatusFree

Declaration
public const string LiteralSlotstatusFree = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Values

Dictionary for looking up Slotstatus Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX