コード例 #1
0
        public GITemplate()
        {
            this.m_TemplateName = "GI Specimen";
            this.m_Text         = "[identifier] and consists of [number] tan-pink tissue fragments measuring [measurement] in aggregate.  " +
                                  "The specimen is filtered through a fine mesh bag and entirely submitted in cassette [cassettelabel].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.GIBiopsy gi = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.GIBiopsy();
            this.m_SpecimenCollection.Add(gi);
        }
コード例 #2
0
        public GITemplate()
        {
            this.m_TemplateName = "GI Specimen";
            this.m_Text = "[identifier] and consists of [number] tan-pink tissue fragments measuring [measurement] in aggregate.  " +
                "The specimen is filtered through a fine mesh bag and entirely submitted in cassette [cassettelabel].  ";

            YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.GIBiopsy gi = new YellowstonePathology.Business.Specimen.Model.SpecimenDefinition.GIBiopsy();
            this.m_SpecimenCollection.Add(gi);
        }