feature: Clinical Data Model Expansion & Observation Vocabulary
This commit is contained in:
@@ -2,4 +2,8 @@ public record RegisterPatientRequest(
|
||||
string FirstName,
|
||||
string LastName,
|
||||
DateOnly DateOfBirth,
|
||||
string Gender);
|
||||
string Gender,
|
||||
BloodType? BloodType = null,
|
||||
string? Allergies = null,
|
||||
string? EmergencyContactName = null,
|
||||
string? EmergencyContactPhone = null);
|
||||
Reference in New Issue
Block a user