///<summary>
        /// Returns  first repetition of ORL_O44_PACKAGE (a Group object) - creates it if necessary
        ///</summary>
        public ORL_O44_PACKAGE GetPACKAGE()
        {
            ORL_O44_PACKAGE ret = null;

            try {
                ret = (ORL_O44_PACKAGE)this.GetStructure("PACKAGE");
            } 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 ORL_O44_PACKAGE
 ///</summary>
 public void RemovePACKAGE(ORL_O44_PACKAGE toRemove)
 {
     this.RemoveStructure("PACKAGE", toRemove);
 }