Table of Contents

Class ListClinicalDocumentsCommand.Parameters

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

Defines the parameter keys used by ListClinicalDocumentsCommand.

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

Fields

EndDate

Parameter key for the end of the creation date range filter.

public const string EndDate = "end_date"

Field Value

string

IncompleteOnly

Parameter key indicating that only incomplete (draft) documents should be returned.

public const string IncompleteOnly = "incomplete_only"

Field Value

string

PatientId

Parameter key for filtering by patient identifier.

public const string PatientId = "patient_id"

Field Value

string

PhysicianId

Parameter key for filtering by physician identifier.

public const string PhysicianId = "physician_id"

Field Value

string

StartDate

Parameter key for the start of the creation date range filter.

public const string StartDate = "start_date"

Field Value

string