Class CreatePhysicianCommand.Parameters
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
Birthdate
Parameter key for the physician's birthdate.
public const string Birthdate = "birthdate"
Field Value
GraduationDate
Parameter key for the physician's medical school graduation date.
public const string GraduationDate = "graduation_date"
Field Value
LicenseNumber
Parameter key for the physician's medical license number.
public const string LicenseNumber = "license_number"
Field Value
Name
Parameter key for the physician's full name.
public const string Name = "name"
Field Value
Password
Parameter key for the physician's password.
public const string Password = "password"
Field Value
Specializations
Parameter key for the physician's list of medical specializations.
public const string Specializations = "specializations"
Field Value
Username
Parameter key for the physician's username.
public const string Username = "username"