Exemplo n.º 1
0
		/// <summary> Returns all repetitions of Who Subject Filter (QRD-8).</summary>
		public virtual XCN[] getWhoSubjectFilter()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(8);
				ret = new XCN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XCN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Exemplo n.º 2
0
		/// <summary> Returns all repetitions of Transcriptionist Code/Name (TXA-11).</summary>
		public virtual XCN[] getTranscriptionistCodeName()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(11);
				ret = new XCN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XCN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Exemplo n.º 3
0
		/// <summary> Returns all repetitions of Distributed Copies (Code and Name of Recipients) (TXA-23).</summary>
		public virtual XCN[] getDistributedCopiesCodeandNameofRecipients()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(23);
				ret = new XCN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XCN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Exemplo n.º 4
0
		/// <summary> Returns all repetitions of Primary Activity Provider Code/Name (TXA-5).</summary>
		public virtual XCN[] getPrimaryActivityProviderCodeName()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(5);
				ret = new XCN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XCN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Exemplo n.º 5
0
		/// <summary> Returns all repetitions of Assigned Document Authenticator (TXA-10).</summary>
		public virtual XCN[] getAssignedDocumentAuthenticator()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(10);
				ret = new XCN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XCN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Exemplo n.º 6
0
		/// <summary> Returns all repetitions of Pharmacist/Treatment Supplier's Verifier ID (RXE-14).</summary>
		public virtual XCN[] getPharmacistTreatmentSupplierSVerifierID()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(14);
				ret = new XCN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XCN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Exemplo n.º 7
0
		/// <summary> Returns all repetitions of Ordering Provider's DEA Number (RXE-13).</summary>
		public virtual XCN[] getOrderingProviderSDEANumber()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(13);
				ret = new XCN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XCN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Exemplo n.º 8
0
		/// <summary> Returns all repetitions of Second Opinion Physician (IN3-25).</summary>
		public virtual XCN[] getSecondOpinionPhysician()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(25);
				ret = new XCN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XCN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Exemplo n.º 9
0
		/// <summary> Returns all repetitions of Insured's Employer's Name and ID (IN2-3).</summary>
		public virtual XCN[] getInsuredSEmployerSNameAndID()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(3);
				ret = new XCN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XCN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}
Exemplo n.º 10
0
		/// <summary> Returns all repetitions of Person Performing Study Registration (CSR-7).</summary>
		public virtual XCN[] getPersonPerformingStudyRegistration()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(7);
				ret = new XCN[t.Length];
				for (int i = 0; i < ret.Length; i++)
				{
					ret[i] = (XCN) t[i];
				}
			}
			catch (System.InvalidCastException )
			{
				throw new Exception();
			}
			catch (NuGenHL7Exception)
			{
				throw new Exception();
			}
			return ret;
		}