Show / Hide Table of Contents

Class AppointmentParticipantStatusCodes

Code Values for the Appointment.participant.status field

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

Fields

| Improve this Doc View Source

ACCEPTED

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

DECLINED

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

NEEDS_ACTION

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

TENTATIVE

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