コード例 #1
0
 public void SetResults(ProthrombinTestOrder testOrder)
 {
     testOrder.ResultDescription = this.m_ResultDescription;
     testOrder.Interpretation = this.m_Interpretation;
     testOrder.Method = this.m_Method;
     testOrder.References = this.m_References;
     testOrder.TestDevelopment = this.m_TestDevelopment;
 }