Class DeleteClinicalDocumentCommand.Parameters
Defines the parameter keys used by DeleteClinicalDocumentCommand.
public static class DeleteClinicalDocumentCommand.Parameters
- Inheritance
-
DeleteClinicalDocumentCommand.Parameters
- Inherited Members
Fields
DocumentId
Parameter key for the clinical document identifier to delete.
public const string DocumentId = "document_id"
Field Value
Force
Parameter key indicating whether to force deletion of a completed document.
public const string Force = "force"