Table of Contents

Class ListPatientsCommand.Parameters

Namespace
Core.CliniCore.Commands.Profile
Assembly
Core.CliniCore.dll

Defines the parameter keys used by ListPatientsCommand.

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

Fields

IncludeInactive

Parameter key indicating whether to include inactive patient profiles in results.

public const string IncludeInactive = "include_inactive"

Field Value

string

PhysicianId

Parameter key for filtering patients by their assigned physician's ID.

public const string PhysicianId = "physician_id"

Field Value

string

Parameter key for searching patients by name or username.

public const string Search = "search"

Field Value

string