Table of Contents

Class UpdateProfileCommand.Parameters

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

Defines the parameter keys used by UpdateProfileCommand. Includes common fields shared by all profile types and role-specific fields.

public static class UpdateProfileCommand.Parameters
Inheritance
UpdateProfileCommand.Parameters
Inherited Members

Fields

Address

Parameter key for the user's address (all profile types).

public const string Address = "address"

Field Value

string

BirthDate

Parameter key for the user's birthdate (all profile types).

public const string BirthDate = "birthdate"

Field Value

string

Email

Parameter key for the administrator's email address (administrator-specific).

public const string Email = "email"

Field Value

string

Gender

Parameter key for the patient's gender (patient-specific).

public const string Gender = "patient_gender"

Field Value

string

GraduationDate

Parameter key for the physician's graduation date (physician-specific).

public const string GraduationDate = "physician_graduation"

Field Value

string

LicenseNumber

Parameter key for the physician's medical license number (physician-specific).

public const string LicenseNumber = "physician_license"

Field Value

string

Name

Parameter key for the user's full name (all profile types).

public const string Name = "name"

Field Value

string

ProfileId

Parameter key for the unique identifier of the profile to update.

public const string ProfileId = "profileId"

Field Value

string

Race

Parameter key for the patient's race/ethnicity (patient-specific).

public const string Race = "patient_race"

Field Value

string

Specializations

Parameter key for the physician's medical specializations (physician-specific).

public const string Specializations = "physician_specializations"

Field Value

string