Class ViewPhysicianProfileCommand.Results
Defines the result data keys returned by this command.
public static class ViewPhysicianProfileCommand.Results
- Inheritance
-
ViewPhysicianProfileCommand.Results
- Inherited Members
Fields
AppointmentCount
Result key for the total number of appointments for this physician.
public const string AppointmentCount = "appointment_count"
Field Value
PatientCount
Result key for the number of patients assigned to this physician.
public const string PatientCount = "patient_count"