예제 #1
0
        public SurgicalAudit(string objectId, string surgicalAuditId, string amendmentId, YellowstonePathology.Business.Test.Surgical.SurgicalTestOrder panelSetOrderSurgical, int pathologistId, int assignedToId)
        {
            this.m_SurgicalSpecimenAuditCollection = new SurgicalSpecimenAuditCollection();

            this.m_ObjectId = objectId;
            this.SurgicalAuditId = surgicalAuditId;
            this.ReportNo = panelSetOrderSurgical.ReportNo;
            this.AmendmentId = amendmentId;
            this.PathologistId = pathologistId;
            this.ClinicalInfo = "None Provided";
            this.GrossX = panelSetOrderSurgical.GrossX;
            this.ImmediateX = panelSetOrderSurgical.ImmediateX;
            this.MicroscopicX = panelSetOrderSurgical.MicroscopicX;
            this.Comment = panelSetOrderSurgical.Comment;
            this.ImmunoComment = panelSetOrderSurgical.ImmunoComment;
            this.ImmediateCorrelation = panelSetOrderSurgical.ImmediateCorrelation;
            this.ImmediateCorrelationComment = panelSetOrderSurgical.ImmediateCorrelationComment;
            this.PapCorrelation = panelSetOrderSurgical.PapCorrelation;
            this.PapCorrelationComment = panelSetOrderSurgical.PapCorrelationComment;
            this.PapCorrelationRequired = panelSetOrderSurgical.PapCorrelationRequired;
            this.PapCorrelationAccessionNo = panelSetOrderSurgical.PapCorrelationAccessionNo;
            this.LocumPerformedForInitials = panelSetOrderSurgical.LocumPerformedForInitials;
            this.ReportableCase = panelSetOrderSurgical.ReportableCase;
            this.CancerSummary = panelSetOrderSurgical.CancerSummary;
            this.AJCCStage = panelSetOrderSurgical.AJCCStage;
            this.PQRIRequired = panelSetOrderSurgical.PQRIRequired;
            this.PQRIInstructions = panelSetOrderSurgical.PQRIInstructions;
            this.Status = panelSetOrderSurgical.Status;
            this.CaseType = panelSetOrderSurgical.CaseType;
        }
예제 #2
0
 public SurgicalAudit()
 {
     this.m_SurgicalSpecimenAuditCollection = new SurgicalSpecimenAuditCollection();
 }