Table of Contents

Class CreateClinicalDocumentCommand.Parameters

Namespace
Core.CliniCore.Commands.Clinical
Assembly
Core.CliniCore.dll

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

string

ChiefComplaint

Parameter key for the chief complaint text.

public const string ChiefComplaint = "chief_complaint"

Field Value

string

InitialObservation

Parameter key for an optional initial observation.

public const string InitialObservation = "initial_observation"

Field Value

string

PatientId

Parameter key for the patient profile identifier.

public const string PatientId = "patient_id"

Field Value

string

PhysicianId

Parameter key for the physician profile identifier.

public const string PhysicianId = "physician_id"

Field Value

string