///<summary> /// Returns first repetition of CCR_I16_ROLE_PATHWAY (a Group object) - creates it if necessary ///</summary> public CCR_I16_ROLE_PATHWAY GetROLE_PATHWAY() { CCR_I16_ROLE_PATHWAY ret = null; try { ret = (CCR_I16_ROLE_PATHWAY)this.GetStructure("ROLE_PATHWAY"); } 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 CCR_I16_ROLE_PATHWAY ///</summary> public void RemoveROLE_PATHWAY(CCR_I16_ROLE_PATHWAY toRemove) { this.RemoveStructure("ROLE_PATHWAY", toRemove); }