Class CreatePatientCommand.Parameters
Defines the parameter keys used by CreatePatientCommand.
public static class CreatePatientCommand.Parameters
- Inheritance
-
CreatePatientCommand.Parameters
- Inherited Members
Fields
Address
Parameter key for the patient's address.
public const string Address = "address"
Field Value
Birthdate
Parameter key for the patient's birthdate.
public const string Birthdate = "birthdate"
Field Value
Gender
Parameter key for the patient's gender.
public const string Gender = "gender"
Field Value
Name
Parameter key for the patient's full name.
public const string Name = "name"
Field Value
Password
Parameter key for the password of the new patient.
public const string Password = "password"
Field Value
Race
Parameter key for the patient's race.
public const string Race = "race"
Field Value
Username
Parameter key for the username of the new patient.
public const string Username = "username"