Show / Hide Table of Contents

Class AppointmentParticipantRequiredCodes

Code Values for the Appointment.participant.required field

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

Fields

| Improve this Doc View Source

INFORMATION_ONLY

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

OPTIONAL

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

REQUIRED

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