Table of Contents

Class ViewClinicalDocumentCommand.Parameters

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

Defines the parameter keys used by ViewClinicalDocumentCommand.

public static class ViewClinicalDocumentCommand.Parameters
Inheritance
ViewClinicalDocumentCommand.Parameters
Inherited Members

Fields

DocumentId

Parameter key for the clinical document identifier to view.

public const string DocumentId = "document_id"

Field Value

string

Format

Parameter key for the desired output format (e.g. "full", "summary", "soap").

public const string Format = "format"

Field Value

string