Table of Contents

Class SearchClinicalNotesCommand.Parameters

Namespace
Core.CliniCore.Commands.Query
Assembly
Core.CliniCore.dll

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

string

PhysicianId

Parameter key for filtering results to documents authored by a specific physician.

public const string PhysicianId = "physicianId"

Field Value

string

SearchTerm

Parameter key for the text to search for in clinical documents.

public const string SearchTerm = "searchTerm"

Field Value

string

SearchType

Parameter key for the search category (general, diagnosis, medication, prescription).

public const string SearchType = "searchType"

Field Value

string