Exemplo n.º 1
0
 public SurgicalSpecimen(string reportNo, string objectId, string surgicalSpecimenId)
 {
     this.m_ReportNo = reportNo;
     this.m_ObjectId = objectId;
     this.m_SurgicalSpecimenId = surgicalSpecimenId;
     this.m_StainResultItemCollection = new YellowstonePathology.Business.SpecialStain.StainResultItemCollection();
     this.m_IntraoperativeConsultationResultCollection = new IntraoperativeConsultationResultCollection();
     this.m_ICD9BillingCodeCollection = new YellowstonePathology.Business.Billing.ICD9BillingCodeCollection();
 }
Exemplo 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();
 }