コード例 #1
0
        public void AddParticipant(NPFIT_000086_Role template, CDAParticipationType typeCode)
        {
            if (participant == null)
            {
                participant = new List <p_participation_000086>();
            }

            p_participation_000086 thisParticipant = new p_participation_000086(typeCode);

            thisParticipant.Role = template;
            participant.Add(thisParticipant);
        }
コード例 #2
0
        public void AddParticipant(NPFIT_000086_Role template, CDAParticipationType typeCode)
        {
            if (participant == null)
            {
                participant = new List<p_participation_000086>();
            }

            p_participation_000086 thisParticipant = new p_participation_000086(typeCode);

            thisParticipant.Role = template;
            participant.Add(thisParticipant);
        }