Table of Contents

Class UpdatePatientProfileCommand.Parameters

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

Defines the parameter keys used by UpdatePatientProfileCommand.

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

Field Value

string

Name

Parameter key for the patient's full name.

public const string Name = "name"

Field Value

string

ProfileId

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

public const string ProfileId = "profileId"

Field Value

string

Race

Parameter key for the patient's race/ethnicity.

public const string Race = "patient_race"

Field Value

string