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