Class ListClinicalDocumentsCommand.Parameters
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
IncompleteOnly
Parameter key indicating that only incomplete (draft) documents should be returned.
public const string IncompleteOnly = "incomplete_only"
Field Value
PatientId
Parameter key for filtering by patient identifier.
public const string PatientId = "patient_id"
Field Value
PhysicianId
Parameter key for filtering by physician identifier.
public const string PhysicianId = "physician_id"
Field Value
StartDate
Parameter key for the start of the creation date range filter.
public const string StartDate = "start_date"