Class ViewPhysicianProfileCommand.Parameters
Defines the parameter keys used by ViewPhysicianProfileCommand.
public static class ViewPhysicianProfileCommand.Parameters
- Inheritance
-
ViewPhysicianProfileCommand.Parameters
- Inherited Members
Fields
ProfileId
Parameter key for the unique identifier of the physician profile to view.
public const string ProfileId = "profile_id"
Field Value
ShowDetails
Parameter key indicating whether to include extended details like patient and appointment counts, and validation errors if present.
public const string ShowDetails = "show_details"