Table of Contents

Class CreatePhysicianCommand.Parameters

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

Defines the parameter keys used by CreatePhysicianCommand.

public static class CreatePhysicianCommand.Parameters
Inheritance
CreatePhysicianCommand.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 = "graduation_date"

Field Value

string

LicenseNumber

Parameter key for the physician's medical license number.

public const string LicenseNumber = "license_number"

Field Value

string

Name

Parameter key for the physician's full name.

public const string Name = "name"

Field Value

string

Password

Parameter key for the physician's password.

public const string Password = "password"

Field Value

string

Specializations

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

public const string Specializations = "specializations"

Field Value

string

Username

Parameter key for the physician's username.

public const string Username = "username"

Field Value

string