Initializes a new instance of the PatientInfo class with the patientId, name, birthDate, sex, ethnicGroup, and comments.
public PatientInfo(string patientId,string name,string birthDate,string sex,string ethnicGroup,string comments)
patientId
The patient's ID.
name
The patient's name.
birthDate
The patient's birth date.
sex
The patient's sex.
ethnicGroup
The patient's ethnic group.
comments
The comments about the patient.