Пример #1
0
		/// <summary> Returns all repetitions of Pharmacist/Treatment Supplier's Verifier ID (RXO-15).</summary>
		public virtual XCN[] getPharmacistTreatmentSupplierSVerifierID()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(15);
				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;
		}
Пример #2
0
		/// <summary> Returns all repetitions of Ordering Provider (OBR-16).</summary>
		public virtual XCN[] getOrderingProvider()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(16);
				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;
		}
Пример #3
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;
		}
Пример #4
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;
		}
Пример #5
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;
		}
Пример #6
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;
		}
Пример #7
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;
		}
Пример #8
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;
		}
Пример #9
0
		/// <summary> Returns all repetitions of Patient Primary Care Provider Name & ID No. (PD1-4).</summary>
		public virtual XCN[] getPatientPrimaryCareProviderNameIDNo()
		{
			XCN[] ret = null;
			try
			{
				Type[] t = this.getField(4);
				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;
		}