/// <summary> Returns all repetitions of Admitting Doctor (PV1-17).</summary> public virtual XCN[] getAdmittingDoctor() { XCN[] ret = null; try { Type[] t = this.getField(17); 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; }
/// <summary> Returns all repetitions of Other Healthcare Provider (PV1-52).</summary> public virtual XCN[] getOtherHealthcareProvider() { XCN[] ret = null; try { Type[] t = this.getField(52); 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; }
/// <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; }
/// <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; }
/// <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; }
/// <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; }
/// <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; }
/// <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; }
/// <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; }