Пример #1
0
        ///<summary>
        /// Returns  first repetition of ORF_R04_TIMING_QTY (a Group object) - creates it if necessary
        ///</summary>
        public ORF_R04_TIMING_QTY GetTIMING_QTY()
        {
            ORF_R04_TIMING_QTY ret = null;

            try {
                ret = (ORF_R04_TIMING_QTY)this.GetStructure("TIMING_QTY");
            } 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);
        }
Пример #2
0
 ///<summary>
 ///Removes the given ORF_R04_TIMING_QTY
 ///</summary>
 public void RemoveTIMING_QTY(ORF_R04_TIMING_QTY toRemove)
 {
     this.RemoveStructure("TIMING_QTY", toRemove);
 }