///<summary> /// Returns first repetition of PTR_PCF_PATHWAY_ROLE (a Group object) - creates it if necessary ///</summary> public PTR_PCF_PATHWAY_ROLE GetPATHWAY_ROLE() { PTR_PCF_PATHWAY_ROLE ret = null; try { ret = (PTR_PCF_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); }
///<summary> ///Removes the given PTR_PCF_PATHWAY_ROLE ///</summary> public void RemovePATHWAY_ROLE(PTR_PCF_PATHWAY_ROLE toRemove) { this.RemoveStructure("PATHWAY_ROLE", toRemove); }