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