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