public SkinShavewithCurettingsTemplate()
        {
            this.m_TemplateName = "Skin Shave with Curettings Biopsy";
            this.m_Text = "[identifier]." + Environment.NewLine +
                "Gross Description:  [description]" + Environment.NewLine +
                "Measurements:  [measurements]; Curettings: [measurement]" + Environment.NewLine +
                "Submitted:  [submitted].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.SkinShavewithCurettingsBiopsy skinShavewithCurettingsBiopsy = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.SkinShavewithCurettingsBiopsy();
            this.m_SpecimenCollection.Add(skinShavewithCurettingsBiopsy);
        }
        public SkinShavewithCurettingsTemplate()
        {
            this.m_TemplateName = "Skin Shave with Curettings Biopsy";
            this.m_Text         = "[identifier]." + Environment.NewLine +
                                  "Gross Description:  [description]" + Environment.NewLine +
                                  "Measurements:  [measurements]; Curettings: [measurement]" + Environment.NewLine +
                                  "Submitted:  [submitted].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.SkinShavewithCurettingsBiopsy skinShavewithCurettingsBiopsy = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.SkinShavewithCurettingsBiopsy();
            this.m_SpecimenCollection.Add(skinShavewithCurettingsBiopsy);
        }