Class ListPatientsCommand.Parameters
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
PhysicianId
Parameter key for filtering patients by their assigned physician's ID.
public const string PhysicianId = "physician_id"
Field Value
Search
Parameter key for searching patients by name or username.
public const string Search = "search"