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