Show / Hide Table of Contents

Class SlotFreeBusyTypeCodes

Code Values for the Slot.freeBusyType field

Inheritance
System.Object
SlotFreeBusyTypeCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class SlotFreeBusyTypeCodes : object

Fields

| Improve this Doc View Source

BUSY

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

BUSY_TENTATIVE

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

BUSY_UNAVAILABLE

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

FREE

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

Values

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