コード例 #1
0
ファイル: PathologistUI.cs プロジェクト: ericramses/YPILIS
 public void DoPatientIdSearch(YellowstonePathology.Business.Search.PathologistSearchResult selectedResult)
 {
     this.m_PathologistSearch.ExecutePatientIdSearch(selectedResult.PatientId);
 }