Class AppointmentParticipantRequiredCodes
Code Values for the Appointment.participant.required field
Inheritance
System.Object
AppointmentParticipantRequiredCodes
Assembly: fhirCsR2.dll
Syntax
public static class AppointmentParticipantRequiredCodes : object
Fields
|
Improve this Doc
View Source
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> |
|