Class SearchClinicalNotesCommand.Parameters
Defines the parameter keys used by SearchClinicalNotesCommand.
public static class SearchClinicalNotesCommand.Parameters
- Inheritance
-
SearchClinicalNotesCommand.Parameters
- Inherited Members
Fields
PatientId
Parameter key for filtering results to a specific patient.
public const string PatientId = "patientId"
Field Value
PhysicianId
Parameter key for filtering results to documents authored by a specific physician.
public const string PhysicianId = "physicianId"
Field Value
SearchTerm
Parameter key for the text to search for in clinical documents.
public const string SearchTerm = "searchTerm"
Field Value
SearchType
Parameter key for the search category (general, diagnosis, medication, prescription).
public const string SearchType = "searchType"