Beispiel #1
0
        ///<summary>
        /// Returns  first repetition of OSU_O41_ORDER_STATUS (a Group object) - creates it if necessary
        ///</summary>
        public OSU_O41_ORDER_STATUS GetORDER_STATUS()
        {
            OSU_O41_ORDER_STATUS ret = null;

            try {
                ret = (OSU_O41_ORDER_STATUS)this.GetStructure("ORDER_STATUS");
            } 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);
        }
Beispiel #2
0
 ///<summary>
 ///Removes the given OSU_O41_ORDER_STATUS
 ///</summary>
 public void RemoveORDER_STATUS(OSU_O41_ORDER_STATUS toRemove)
 {
     this.RemoveStructure("ORDER_STATUS", toRemove);
 }