public TP145208GB01_AuthorNonNamedPersonUniversal()
            : base()
        {
            AuthorRole              = new r_assignedAuthor("ASSIGNED");
            AuthorRole.templateId   = TEMPLATEID;
            AuthorRole.templateText = TEMPLATETEXT;

            AuthorRole.InitOrganisation();
        }
        public TP145212GB02_WorkgroupUniversal()
            : base()
        {
            EntryRole              = new r_assignedAuthor("ASSIGNED");
            EntryRole.templateId   = TEMPLATEID;
            EntryRole.templateText = TEMPLATETEXT;

            EntryRole.InitOrganisation();
        }
示例#3
0
        public TP145000GB01_NHS111TriageDevice()
            : base()
        {
            Role              = new r_assignedAuthor("ROL");
            Role.templateId   = TEMPLATEID;
            Role.templateText = TEMPLATETEXT;

            Role.SetCode("2.16.840.1.113883.2.1.3.2.4.17.418", "TS", null);
            Role.InitDevice("playingDevice");
        }