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