Ejemplo n.º 1
0
 public SurgicalSpecimen(string reportNo, string surgicalSpecimenId)
 {
     this.m_ReportNo                  = reportNo;
     this.m_SurgicalSpecimenId        = surgicalSpecimenId;
     this.m_StainResultItemCollection = new YellowstonePathology.Business.SpecialStain.StainResultItemCollection();
     this.m_IntraoperativeConsultationResultCollection = new IntraoperativeConsultationResultCollection();
     this.m_ICD9BillingCodeCollection = new YellowstonePathology.Business.Billing.Model.ICD9BillingCodeCollection();
 }
Ejemplo n.º 2
0
 public SurgicalSpecimen()
 {
     this.m_StainResultItemCollection = new YellowstonePathology.Business.SpecialStain.StainResultItemCollection();
     this.m_IntraoperativeConsultationResultCollection = new IntraoperativeConsultationResultCollection();
     this.m_ICD9BillingCodeCollection = new YellowstonePathology.Business.Billing.ICD9BillingCodeCollection();
 }