Table of Contents

Class ViewPhysicianProfileCommand.Parameters

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

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

string

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"

Field Value

string