Table of Contents

Class DeleteClinicalDocumentCommand.Parameters

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

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

string

Force

Parameter key indicating whether to force deletion of a completed document.

public const string Force = "force"

Field Value

string