コード例 #1
0
 public Integer getAgeOfPatientByMotechId(String motechId) {
   return allPatients.getAgeOfPersonByMotechId(motechId);
 }