Class CreateClinicalDocumentCommand.Parameters
Defines the parameter keys used by CreateClinicalDocumentCommand.
public static class CreateClinicalDocumentCommand.Parameters
- Inheritance
-
CreateClinicalDocumentCommand.Parameters
- Inherited Members
Fields
AppointmentId
Parameter key for the related appointment identifier.
public const string AppointmentId = "appointment_id"
Field Value
ChiefComplaint
Parameter key for the chief complaint text.
public const string ChiefComplaint = "chief_complaint"
Field Value
InitialObservation
Parameter key for an optional initial observation.
public const string InitialObservation = "initial_observation"
Field Value
PatientId
Parameter key for the patient profile identifier.
public const string PatientId = "patient_id"
Field Value
PhysicianId
Parameter key for the physician profile identifier.
public const string PhysicianId = "physician_id"