Show / Hide Table of Contents

Class AppointmentStatusCodes

Code Values for the Appointment.status field

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

Fields

| Improve this Doc View Source

ARRIVED

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

BOOKED

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

CANCELLED

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

FULFILLED

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

NOSHOW

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

PENDING

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

PROPOSED

Declaration
public const string PROPOSED = 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