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