Table of Contents

Class CreatePatientCommand.Parameters

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

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

string

Birthdate

Parameter key for the patient's birthdate.

public const string Birthdate = "birthdate"

Field Value

string

Gender

Parameter key for the patient's gender.

public const string Gender = "gender"

Field Value

string

Name

Parameter key for the patient's full name.

public const string Name = "name"

Field Value

string

Password

Parameter key for the password of the new patient.

public const string Password = "password"

Field Value

string

Race

Parameter key for the patient's race.

public const string Race = "race"

Field Value

string

Username

Parameter key for the username of the new patient.

public const string Username = "username"

Field Value

string