Class UpdateClinicalDocumentCommand.Parameters
Defines the parameter keys used by UpdateClinicalDocumentCommand.
public static class UpdateClinicalDocumentCommand.Parameters
- Inheritance
-
UpdateClinicalDocumentCommand.Parameters
- Inherited Members
Fields
ChiefComplaint
Parameter key for the updated chief complaint text.
public const string ChiefComplaint = "chief_complaint"
Field Value
Complete
Parameter key indicating whether the document should be marked as completed.
public const string Complete = "complete"
Field Value
DocumentId
Parameter key for the clinical document identifier to update.
public const string DocumentId = "document_id"