Table of Contents

Class ViewPhysicianProfileCommand.Results

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

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

string

PatientCount

Result key for the number of patients assigned to this physician.

public const string PatientCount = "patient_count"

Field Value

string