Ejemplo n.º 1
0
		/// <summary> Creates a AD.</summary>
		/// <param name="message">the Message to which this Type belongs
		/// </param>
		public AD(Message message):base(message)
		{
			data = new Type[6];
			data[0] = new ST(message);
			data[1] = new ST(message);
			data[2] = new ST(message);
			data[3] = new ST(message);
			data[4] = new ST(message);
			data[5] = new ST(message);
		}
Ejemplo n.º 2
0
		/// <summary> Creates a CQ.</summary>
		/// <param name="message">the Message to which this Type belongs
		/// </param>
		public CQ(Message message):base(message)
		{
			data = new Type[2];
			data[0] = new NM(message);
			data[1] = new ST(message);
		}
Ejemplo n.º 3
0
		/// <summary> Returns all repetitions of R/U OTHER RESULTS SUBJECT DEFINI (URS-5).</summary>
		public virtual ST[] getRUOTHERRESULTSSUBJECTDEFINI()
		{
			ST[] ret = null;
			try
			{
				Type[] t = this.getField(5);
				ret = new ST[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (ST) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Ejemplo n.º 4
0
		/// <summary> Returns all repetitions of R/U WHAT USER QUALIFIER (URS-4).</summary>
		public virtual ST[] getRUWHATUSERQUALIFIER()
		{
			ST[] ret = null;
			try
			{
				Type[] t = this.getField(4);
				ret = new ST[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (ST) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Ejemplo n.º 5
0
		/// <summary> Returns all repetitions of R/U DISPLAY/PRINT LOCATIONS (URD-6).</summary>
		public virtual ST[] getRUDISPLAYPRINTLOCATIONS()
		{
			ST[] ret = null;
			try
			{
				Type[] t = this.getField(6);
				ret = new ST[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (ST) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Ejemplo n.º 6
0
		/// <summary> Returns all repetitions of What data code value qualifier (QRD-11).</summary>
		public virtual ST[] getWhatDataCodeValueQualifier()
		{
			ST[] ret = null;
			try
			{
				Type[] t = this.getField(11);
				ret = new ST[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (ST) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Ejemplo n.º 7
0
		/// <summary> Returns all repetitions of Other QRY Subject Filter (QRF-5).</summary>
		public virtual ST[] getOtherQRYSubjectFilter()
		{
			ST[] ret = null;
			try
			{
				Type[] t = this.getField(5);
				ret = new ST[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (ST) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}