コード例 #1
0
 public KmehrPatient(string id, string firstName, string lastName, KmehrDate birthDate, KmehrSex sex) : this(id, firstName, lastName, birthDate)
 {
     Sex = sex;
 }
コード例 #2
0
 public KmehrPatient(string id, string firstName, string lastName, KmehrDate birthDate) : this(id, firstName, lastName)
 {
     BirthDate = birthDate;
 }