public SkinExcisionOrientedTemplate()
        {
            this.m_TemplateName = "Skin Excision Biopsy, Oriented";
            this.m_Text = "[identifier]." + Environment.NewLine +
                "Gross Description:  Oriented excision." + Environment.NewLine +
                "Measurements:  [measurements]" + Environment.NewLine +
                "Orientation:  [designation]" + Environment.NewLine +
                "Inking:  12 to 3 o'clock = blue; 3 to 6 o'clock = red; 6 to 9 o'clock = green; 9 to 12 o'clock = orange; deep = black.  " + Environment.NewLine +
                "Sectioning:  [description]" + Environment.NewLine +
                "Submitted:  [tipssubmitted].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.SkinExcisionOrientedBiopsy skinExcisionOrientedBiopsy = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.SkinExcisionOrientedBiopsy();
            this.m_SpecimenCollection.Add(skinExcisionOrientedBiopsy);
        }
        public SkinExcisionOrientedTemplate()
        {
            this.m_TemplateName = "Skin Excision Biopsy, Oriented";
            this.m_Text         = "[identifier]." + Environment.NewLine +
                                  "Gross Description:  Oriented excision." + Environment.NewLine +
                                  "Measurements:  [measurements]" + Environment.NewLine +
                                  "Orientation:  [designation]" + Environment.NewLine +
                                  "Inking:  12 to 3 o'clock = blue; 3 to 6 o'clock = red; 6 to 9 o'clock = green; 9 to 12 o'clock = orange; deep = black.  " + Environment.NewLine +
                                  "Sectioning:  [description]" + Environment.NewLine +
                                  "Submitted:  [tipssubmitted].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.SkinExcisionOrientedBiopsy skinExcisionOrientedBiopsy = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.SkinExcisionOrientedBiopsy();
            this.m_SpecimenCollection.Add(skinExcisionOrientedBiopsy);
        }