コード例 #1
0
ファイル: StainResultItem.cs プロジェクト: ericramses/YPILIS
 public StainResultItem(string objectId, string stainResultId, string surgicalSpecimenId)
 {
     this.m_ObjectId = objectId;
     this.m_StainResultId = stainResultId;
     this.m_SurgicalSpecimenId = surgicalSpecimenId;
     this.m_ResultList = new StainResultOptionList();
 }
コード例 #2
0
ファイル: StainResultItem.cs プロジェクト: ericramses/YPILIS
 public StainResultItem()
 {
     this.m_ResultList = new StainResultOptionList();
 }