コード例 #1
0
ファイル: ScreeningFinal.cs プロジェクト: ericramses/YPILIS
 private void AddQCReviewIfNecessary()
 {
     YellowstonePathology.Business.Rules.ExecutionStatus executionStatus = new YellowstonePathology.Business.Rules.ExecutionStatus();
     YellowstonePathology.Business.Rules.Cytology.AddCytologyQCPanelOrder addQC = new AddCytologyQCPanelOrder();
     addQC.Execute(this.m_AccessionOrder, this.m_PanelOrderToFinal, executionStatus);
 }
コード例 #2
0
 private void AddQCReviewIfNecessary()
 {
     YellowstonePathology.Business.Rules.ExecutionStatus executionStatus        = new YellowstonePathology.Business.Rules.ExecutionStatus();
     YellowstonePathology.Business.Rules.Cytology.AddCytologyQCPanelOrder addQC = new AddCytologyQCPanelOrder();
     addQC.Execute(this.m_AccessionOrder, this.m_PanelOrderToFinal, executionStatus);
 }