Show / Hide Table of Contents

Class AppointmentResponseParticipantStatusCodes

Code Values for the AppointmentResponse.participantStatus field

Inheritance
System.Object
AppointmentResponseParticipantStatusCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class AppointmentResponseParticipantStatusCodes : 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

COMPLETED

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

IN_PROCESS

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