示例#1
0
		/// <summary> Returns all repetitions of Transcriptionist + (OBR-35).</summary>
		public virtual NDL[] getTranscriptionist()
		{
			NDL[] ret = null;
			try
			{
				Type[] t = this.getField(35);
				ret = new NDL[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (NDL) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
示例#2
0
		/// <summary> Returns all repetitions of Assistant Result Interpreter + (OBR-33).</summary>
		public virtual NDL[] getAssistantResultInterpreter()
		{
			NDL[] ret = null;
			try
			{
				Type[] t = this.getField(33);
				ret = new NDL[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (NDL) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}