public UterusAdnexaTemplate()
        {
            this.m_TemplateName = "Uterus with Adnexa";
            this.m_FontSize = 16;
            this.m_Text = "[identifier]." + Environment.NewLine +
                Environment.NewLine +
                "Right Adnexal Organs:" + Environment.NewLine +
                "   Fallopian Tube: " + Environment.NewLine +
                "      Dimensions:  [measurements]([w/wo] fimbriated ends)" + Environment.NewLine +
                "      Surface:  [description/paratubal cysts absent/present]" + Environment.NewLine +
                "      Cut Surface:  [patent/stenotic lumen]" + Environment.NewLine +
                "   Ovary:" + Environment.NewLine +
                "      Dimensions:  [measurement]" + Environment.NewLine +
                "      Surface:  [description]" + Environment.NewLine +
                "      Cut Surface:  [description]" + Environment.NewLine +
                "Left Adnexal Organs:" + Environment.NewLine +
                "   Fallopian Tube: " + Environment.NewLine +
                "      Dimensions:  [measurements]([w/wo] fimbriated ends)" + Environment.NewLine +
                "      Surface:  [description/paratubal cysts absent/present]" + Environment.NewLine +
                "      Cut Surface:  [patent/stenotic lumen]" + Environment.NewLine +
                "   Ovary:" + Environment.NewLine +
                "      Dimensions:  [measurement]" + Environment.NewLine +
                "      Surface:  [description]" + Environment.NewLine +
                "      Cut Surface:  [description]" + Environment.NewLine +
                "Uterine Corpus:" + Environment.NewLine +
                "   Weight:  [weight]" + Environment.NewLine +
                "   Dimensions: [measurements]" + Environment.NewLine +
                "   Serosa:" + Environment.NewLine +
                "      Uterine Serosa Description:  [description]" + Environment.NewLine +
                "      Cul-de-sac Description:  [description]" + Environment.NewLine +
                "Cervix:" + Environment.NewLine +
                "   Measurement:  [measurement] " + Environment.NewLine +
                "   Os:  [description], [measurement]" + Environment.NewLine +
                "   Ectocervical Mucosa:  [description]" + Environment.NewLine +
                "Sectioning of Uterus and Cervix:" + Environment.NewLine +
                "   Endocervical Canal:  [description]" + Environment.NewLine +
                "   Endocervical Mucosa:  [description]" + Environment.NewLine +
                "   Endometrial Cavity:" + Environment.NewLine +
                "      Dimensions:  [measurement]" + Environment.NewLine +
                "      Description:  [description]" + Environment.NewLine +
                "      Endometrial Thickness:  [thickness]" + Environment.NewLine +
                "   Myometrium:" + Environment.NewLine +
                "      Myometrial Thickness:  [thickness]" + Environment.NewLine +
                "      Lesions in Myometrium:  [description]" + Environment.NewLine +
                Environment.NewLine +
                "[summarysubmission].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.UterusAdnexa uterusAdnexa = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.UterusAdnexa();
            this.m_SpecimenCollection.Add(uterusAdnexa);
        }
        public UterusAdnexaTemplate()
        {
            this.m_TemplateName = "Uterus with Adnexa";
            this.m_FontSize     = 16;
            this.m_Text         = "[identifier]." + Environment.NewLine +
                                  Environment.NewLine +
                                  "Right Adnexal Organs:" + Environment.NewLine +
                                  "   Fallopian Tube: " + Environment.NewLine +
                                  "      Dimensions:  [measurements]([w/wo] fimbriated ends)" + Environment.NewLine +
                                  "      Surface:  [description/paratubal cysts absent/present]" + Environment.NewLine +
                                  "      Cut Surface:  [patent/stenotic lumen]" + Environment.NewLine +
                                  "   Ovary:" + Environment.NewLine +
                                  "      Dimensions:  [measurement]" + Environment.NewLine +
                                  "      Surface:  [description]" + Environment.NewLine +
                                  "      Cut Surface:  [description]" + Environment.NewLine +
                                  "Left Adnexal Organs:" + Environment.NewLine +
                                  "   Fallopian Tube: " + Environment.NewLine +
                                  "      Dimensions:  [measurements]([w/wo] fimbriated ends)" + Environment.NewLine +
                                  "      Surface:  [description/paratubal cysts absent/present]" + Environment.NewLine +
                                  "      Cut Surface:  [patent/stenotic lumen]" + Environment.NewLine +
                                  "   Ovary:" + Environment.NewLine +
                                  "      Dimensions:  [measurement]" + Environment.NewLine +
                                  "      Surface:  [description]" + Environment.NewLine +
                                  "      Cut Surface:  [description]" + Environment.NewLine +
                                  "Uterine Corpus:" + Environment.NewLine +
                                  "   Weight:  [weight]" + Environment.NewLine +
                                  "   Dimensions: [measurements]" + Environment.NewLine +
                                  "   Serosa:" + Environment.NewLine +
                                  "      Uterine Serosa Description:  [description]" + Environment.NewLine +
                                  "      Cul-de-sac Description:  [description]" + Environment.NewLine +
                                  "Cervix:" + Environment.NewLine +
                                  "   Measurement:  [measurement] " + Environment.NewLine +
                                  "   Os:  [description], [measurement]" + Environment.NewLine +
                                  "   Ectocervical Mucosa:  [description]" + Environment.NewLine +
                                  "Sectioning of Uterus and Cervix:" + Environment.NewLine +
                                  "   Endocervical Canal:  [description]" + Environment.NewLine +
                                  "   Endocervical Mucosa:  [description]" + Environment.NewLine +
                                  "   Endometrial Cavity:" + Environment.NewLine +
                                  "      Dimensions:  [measurement]" + Environment.NewLine +
                                  "      Description:  [description]" + Environment.NewLine +
                                  "      Endometrial Thickness:  [thickness]" + Environment.NewLine +
                                  "   Myometrium:" + Environment.NewLine +
                                  "      Myometrial Thickness:  [thickness]" + Environment.NewLine +
                                  "      Lesions in Myometrium:  [description]" + Environment.NewLine +
                                  Environment.NewLine +
                                  "[summarysubmission].  ";


            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.UterusAdnexa uterusAdnexa = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.UterusAdnexa();
            this.m_SpecimenCollection.Add(uterusAdnexa);
        }