コード例 #1
0
 public Patient Get(string id)
 {
     return(_decisionService.GetAnalyzedPatient(id));
 }