Table of Contents

Class ViewPatientProfileCommand.Parameters

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

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

string

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"

Field Value

string