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