Table of Contents

Class AssignPatientToPhysicianCommand.Parameters

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

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

string

PhysicianId

Parameter key for the physician's unique identifier.

public const string PhysicianId = "physician_id"

Field Value

string

SetPrimary

Parameter key indicating whether to set this physician as the patient's primary care provider.

public const string SetPrimary = "set_primary"

Field Value

string