Пример #1
0
        ///<summary>
        /// Returns  first repetition of PPG_PCG_PATHWAY_ROLE (a Group object) - creates it if necessary
        ///</summary>
        public PPG_PCG_PATHWAY_ROLE GetPATHWAY_ROLE()
        {
            PPG_PCG_PATHWAY_ROLE ret = null;

            try {
                ret = (PPG_PCG_PATHWAY_ROLE)this.GetStructure("PATHWAY_ROLE");
            } catch (HL7Exception e) {
                HapiLogFactory.GetHapiLog(GetType()).Error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
                throw new System.Exception("An unexpected error ocurred", e);
            }
            return(ret);
        }
Пример #2
0
 ///<summary>
 ///Removes the given PPG_PCG_PATHWAY_ROLE
 ///</summary>
 public void RemovePATHWAY_ROLE(PPG_PCG_PATHWAY_ROLE toRemove)
 {
     this.RemoveStructure("PATHWAY_ROLE", toRemove);
 }