Initializes a new instance of the PatientInfo class with the patientId, name, birthDate, sex, ethnicGroup, and comments.
Overload | Description |
---|---|
PatientInfo() | Initializes a new instance of the PatientInfo class. |
PatientInfo(string,string,string,string,string,string) | Initializes a new instance of the PatientInfo class with the patientId, name, birthDate, sex, ethnicGroup, and comments. |