Class UpdatePatientProfileCommand.Parameters
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
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 = "patient_gender"
Field Value
Name
Parameter key for the patient's full name.
public const string Name = "name"
Field Value
ProfileId
Parameter key for the unique identifier of the patient profile to update.
public const string ProfileId = "profileId"
Field Value
Race
Parameter key for the patient's race/ethnicity.
public const string Race = "patient_race"