Table of Contents

Class UpdatePhysicianProfileCommand.Parameters

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

Defines the parameter keys used by UpdatePhysicianProfileCommand.

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

Fields

Address

Parameter key for the physician's address.

public const string Address = "address"

Field Value

string

BirthDate

Parameter key for the physician's birthdate.

public const string BirthDate = "birthdate"

Field Value

string

GraduationDate

Parameter key for the physician's medical school graduation date.

public const string GraduationDate = "physician_graduation"

Field Value

string

LicenseNumber

Parameter key for the physician's medical license number.

public const string LicenseNumber = "physician_license"

Field Value

string

Name

Parameter key for the physician's full name.

public const string Name = "name"

Field Value

string

ProfileId

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

public const string ProfileId = "profileId"

Field Value

string

Specializations

Parameter key for the physician's list of medical specializations.

public const string Specializations = "physician_specializations"

Field Value

string