Class AssignPatientToPhysicianCommand.Parameters
Defines the parameter keys used by AssignPatientToPhysicianCommand.
public static class AssignPatientToPhysicianCommand.Parameters
- Inheritance
-
AssignPatientToPhysicianCommand.Parameters
- Inherited Members
Fields
PatientId
Parameter key for the patient's unique identifier.
public const string PatientId = "patient_id"
Field Value
PhysicianId
Parameter key for the physician's unique identifier.
public const string PhysicianId = "physician_id"
Field Value
SetPrimary
Parameter key indicating whether to set this physician as the patient's primary care provider.
public const string SetPrimary = "set_primary"