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