Table of Contents

Class UpdateClinicalDocumentCommand.Parameters

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

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

string

Complete

Parameter key indicating whether the document should be marked as completed.

public const string Complete = "complete"

Field Value

string

DocumentId

Parameter key for the clinical document identifier to update.

public const string DocumentId = "document_id"

Field Value

string