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