Пример #1
0
	///<summary>
	/// Returns  first repetition of ORU_R30_TIMING_QTY (a Group object) - creates it if necessary
	///</summary>
	public ORU_R30_TIMING_QTY GetTIMING_QTY() {
	   ORU_R30_TIMING_QTY ret = null;
	   try {
	      ret = (ORU_R30_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> Returns  first repetition of ORU_R30_TIMING_QTY (a Group object) - creates it if necessary</summary>
        public virtual ORU_R30_TIMING_QTY getTIMING_QTY()
        {
            ORU_R30_TIMING_QTY ret = null;

            try
            {
                ret = (ORU_R30_TIMING_QTY)this.get_Renamed("TIMING_QTY");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Пример #3
0
	///<summary>
	///Removes the given ORU_R30_TIMING_QTY
	///</summary>
	public void RemoveTIMING_QTY(ORU_R30_TIMING_QTY toRemove)
	{
		this.RemoveStructure("TIMING_QTY", toRemove);
	}