public GallbladderExcisionTemplate()
        {
            this.m_TemplateName = "Gallbladder Excision";
            this.m_Text = "[identifier]." + Environment.NewLine +
                "Specimen Integrity:  [description]" + Environment.NewLine +
                "Measurements:  [measurement]" + Environment.NewLine +
                "Serosal Surface:  [description]" + Environment.NewLine +
                "Adventitial Surface:  [description]" + Environment.NewLine +
                "Mural Defects:  [description]" + Environment.NewLine +
                "Luminal Contents:  [description]" + Environment.NewLine +
                "Loose Stones:  [description]" + Environment.NewLine +
                "Mucosal Surface:  [description]" + Environment.NewLine +
                "Wall Thickness:  [thickness]" + Environment.NewLine +
                "Submitted:  [representativesections].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.GallbladderExcision gallbladderExcision = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.GallbladderExcision();
            this.m_SpecimenCollection.Add(gallbladderExcision);
        }
        public GallbladderExcisionTemplate()
        {
            this.m_TemplateName = "Gallbladder Excision";
            this.m_Text         = "[identifier]." + Environment.NewLine +
                                  "Specimen Integrity:  [description]" + Environment.NewLine +
                                  "Measurements:  [measurement]" + Environment.NewLine +
                                  "Serosal Surface:  [description]" + Environment.NewLine +
                                  "Adventitial Surface:  [description]" + Environment.NewLine +
                                  "Mural Defects:  [description]" + Environment.NewLine +
                                  "Luminal Contents:  [description]" + Environment.NewLine +
                                  "Loose Stones:  [description]" + Environment.NewLine +
                                  "Mucosal Surface:  [description]" + Environment.NewLine +
                                  "Wall Thickness:  [thickness]" + Environment.NewLine +
                                  "Submitted:  [representativesections].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.GallbladderExcision gallbladderExcision = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.GallbladderExcision();
            this.m_SpecimenCollection.Add(gallbladderExcision);
        }