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