public AppendixExcisionTemplate()
        {
            this.m_TemplateName = "Appendix Excision";
            this.m_Text = "[identifier]." + Environment.NewLine +
                "Specimen Integrity:  [description]" + Environment.NewLine +
                "Measurements:  [measurement]" + Environment.NewLine +
                "Serosal Surface:  [description]" + Environment.NewLine +
                "Mesoappendix:  [measurement], [description]" + Environment.NewLine +
                "Pertinent Abnormalities:  [description]" + Environment.NewLine +
                "Luminal Contents:  [description]" + Environment.NewLine +
                "Fecaliths:  [description] [measurement], [description]" + Environment.NewLine +
                "Submitted:  [representativesections].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.AppendixExcision appendixExcision = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.AppendixExcision();
            this.m_SpecimenCollection.Add(appendixExcision);
        }
        public AppendixExcisionTemplate()
        {
            this.m_TemplateName = "Appendix Excision";
            this.m_Text         = "[identifier]." + Environment.NewLine +
                                  "Specimen Integrity:  [description]" + Environment.NewLine +
                                  "Measurements:  [measurement]" + Environment.NewLine +
                                  "Serosal Surface:  [description]" + Environment.NewLine +
                                  "Mesoappendix:  [measurement], [description]" + Environment.NewLine +
                                  "Pertinent Abnormalities:  [description]" + Environment.NewLine +
                                  "Luminal Contents:  [description]" + Environment.NewLine +
                                  "Fecaliths:  [description] [measurement], [description]" + Environment.NewLine +
                                  "Submitted:  [representativesections].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.AppendixExcision appendixExcision = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.AppendixExcision();
            this.m_SpecimenCollection.Add(appendixExcision);
        }