Esempio n. 1
0
        ///<summary>
        /// Returns  first repetition of PPT_PCL_PATHWAY_ROLE (a Group object) - creates it if necessary
        ///</summary>
        public PPT_PCL_PATHWAY_ROLE GetPATHWAY_ROLE()
        {
            PPT_PCL_PATHWAY_ROLE ret = null;

            try {
                ret = (PPT_PCL_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);
        }
Esempio n. 2
0
 ///<summary>
 ///Removes the given PPT_PCL_PATHWAY_ROLE
 ///</summary>
 public void RemovePATHWAY_ROLE(PPT_PCL_PATHWAY_ROLE toRemove)
 {
     this.RemoveStructure("PATHWAY_ROLE", toRemove);
 }