1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34 package ca.uhn.hl7v2.model.v24.segment;
35
36
37 import ca.uhn.hl7v2.model.v24.datatype.*;
38 import ca.uhn.hl7v2.HL7Exception;
39 import ca.uhn.hl7v2.parser.ModelClassFactory;
40 import ca.uhn.hl7v2.parser.DefaultModelClassFactory;
41 import ca.uhn.hl7v2.model.AbstractMessage;
42 import ca.uhn.hl7v2.model.Group;
43 import ca.uhn.hl7v2.model.Type;
44 import ca.uhn.hl7v2.model.AbstractSegment;
45 import ca.uhn.hl7v2.model.Varies;
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109 @SuppressWarnings("unused")
110 public class GT1 extends AbstractSegment {
111
112
113
114
115 public GT1(Group parent, ModelClassFactory factory) {
116 super(parent, factory);
117 init(factory);
118 }
119
120 private void init(ModelClassFactory factory) {
121 try {
122 this.add(SI.class, true, 1, 4, new Object[]{ getMessage() }, "Set ID - GT1");
123 this.add(CX.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Number");
124 this.add(XPN.class, true, 0, 250, new Object[]{ getMessage() }, "Guarantor Name");
125 this.add(XPN.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Spouse Name");
126 this.add(XAD.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Address");
127 this.add(XTN.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Ph Num - Home");
128 this.add(XTN.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Ph Num - Business");
129 this.add(TS.class, false, 1, 26, new Object[]{ getMessage() }, "Guarantor Date/Time Of Birth");
130 this.add(IS.class, false, 1, 1, new Object[]{ getMessage(), new Integer(1) }, "Guarantor Administrative Sex");
131 this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(68) }, "Guarantor Type");
132 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Guarantor Relationship");
133 this.add(ST.class, false, 1, 11, new Object[]{ getMessage() }, "Guarantor SSN");
134 this.add(DT.class, false, 1, 8, new Object[]{ getMessage() }, "Guarantor Date - Begin");
135 this.add(DT.class, false, 1, 8, new Object[]{ getMessage() }, "Guarantor Date - End");
136 this.add(NM.class, false, 1, 2, new Object[]{ getMessage() }, "Guarantor Priority");
137 this.add(XPN.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Employer Name");
138 this.add(XAD.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Employer Address");
139 this.add(XTN.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Employer Phone Number");
140 this.add(CX.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Employee ID Number");
141 this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(66) }, "Guarantor Employment Status");
142 this.add(XON.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Organization Name");
143 this.add(ID.class, false, 1, 1, new Object[]{ getMessage(), new Integer(136) }, "Guarantor Billing Hold Flag");
144 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Guarantor Credit Rating Code");
145 this.add(TS.class, false, 1, 26, new Object[]{ getMessage() }, "Guarantor Death Date And Time");
146 this.add(ID.class, false, 1, 1, new Object[]{ getMessage(), new Integer(136) }, "Guarantor Death Flag");
147 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Guarantor Charge Adjustment Code");
148 this.add(CP.class, false, 1, 10, new Object[]{ getMessage() }, "Guarantor Household Annual Income");
149 this.add(NM.class, false, 1, 3, new Object[]{ getMessage() }, "Guarantor Household Size");
150 this.add(CX.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Employer ID Number");
151 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Guarantor Marital Status Code");
152 this.add(DT.class, false, 1, 8, new Object[]{ getMessage() }, "Guarantor Hire Effective Date");
153 this.add(DT.class, false, 1, 8, new Object[]{ getMessage() }, "Employment Stop Date");
154 this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(223) }, "Living Dependency");
155 this.add(IS.class, false, 0, 2, new Object[]{ getMessage(), new Integer(9) }, "Ambulatory Status");
156 this.add(CE.class, false, 0, 250, new Object[]{ getMessage() }, "Citizenship");
157 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Primary Language");
158 this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(220) }, "Living Arrangement");
159 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Publicity Code");
160 this.add(ID.class, false, 1, 1, new Object[]{ getMessage(), new Integer(136) }, "Protection Indicator");
161 this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(231) }, "Student Indicator");
162 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Religion");
163 this.add(XPN.class, false, 0, 250, new Object[]{ getMessage() }, "Mother's Maiden Name");
164 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Nationality");
165 this.add(CE.class, false, 0, 250, new Object[]{ getMessage() }, "Ethnic Group");
166 this.add(XPN.class, false, 0, 250, new Object[]{ getMessage() }, "Contact Person's Name");
167 this.add(XTN.class, false, 0, 250, new Object[]{ getMessage() }, "Contact Person's Telephone Number");
168 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Contact Reason");
169 this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(63) }, "Contact Relationship");
170 this.add(ST.class, false, 1, 20, new Object[]{ getMessage() }, "Job Title");
171 this.add(JCC.class, false, 1, 20, new Object[]{ getMessage() }, "Job Code/Class");
172 this.add(XON.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Employer's Organization Name");
173 this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(295) }, "Handicap");
174 this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(311) }, "Job Status");
175 this.add(FC.class, false, 1, 50, new Object[]{ getMessage() }, "Guarantor Financial Class");
176 this.add(CE.class, false, 0, 250, new Object[]{ getMessage() }, "Guarantor Race");
177 } catch(HL7Exception e) {
178 log.error("Unexpected error creating GT1 - this is probably a bug in the source code generator.", e);
179 }
180 }
181
182
183
184
185
186
187
188 public SI getSetIDGT1() {
189 SI retVal = this.getTypedField(1, 0);
190 return retVal;
191 }
192
193
194
195
196
197 public SI getGt11_SetIDGT1() {
198 SI retVal = this.getTypedField(1, 0);
199 return retVal;
200 }
201
202
203
204
205
206 public CX[] getGuarantorNumber() {
207 CX[] retVal = this.getTypedField(2, new CX[0]);
208 return retVal;
209 }
210
211
212
213
214
215 public CX[] getGt12_GuarantorNumber() {
216 CX[] retVal = this.getTypedField(2, new CX[0]);
217 return retVal;
218 }
219
220
221
222
223
224
225
226 public int getGuarantorNumberReps() {
227 return this.getReps(2);
228 }
229
230
231
232
233
234
235
236
237 public CX getGuarantorNumber(int rep) {
238 CX retVal = this.getTypedField(2, rep);
239 return retVal;
240 }
241
242
243
244
245
246
247
248 public CX getGt12_GuarantorNumber(int rep) {
249 CX retVal = this.getTypedField(2, rep);
250 return retVal;
251 }
252
253
254
255
256
257
258 public int getGt12_GuarantorNumberReps() {
259 return this.getReps(2);
260 }
261
262
263
264
265
266
267
268
269
270 public CX insertGuarantorNumber(int rep) throws HL7Exception {
271 return (CX) super.insertRepetition(2, rep);
272 }
273
274
275
276
277
278
279
280
281
282 public CX insertGt12_GuarantorNumber(int rep) throws HL7Exception {
283 return (CX) super.insertRepetition(2, rep);
284 }
285
286
287
288
289
290
291
292
293
294 public CX removeGuarantorNumber(int rep) throws HL7Exception {
295 return (CX) super.removeRepetition(2, rep);
296 }
297
298
299
300
301
302
303
304
305
306 public CX removeGt12_GuarantorNumber(int rep) throws HL7Exception {
307 return (CX) super.removeRepetition(2, rep);
308 }
309
310
311
312
313
314
315 public XPN[] getGuarantorName() {
316 XPN[] retVal = this.getTypedField(3, new XPN[0]);
317 return retVal;
318 }
319
320
321
322
323
324 public XPN[] getGt13_GuarantorName() {
325 XPN[] retVal = this.getTypedField(3, new XPN[0]);
326 return retVal;
327 }
328
329
330
331
332
333
334
335 public int getGuarantorNameReps() {
336 return this.getReps(3);
337 }
338
339
340
341
342
343
344
345
346 public XPN getGuarantorName(int rep) {
347 XPN retVal = this.getTypedField(3, rep);
348 return retVal;
349 }
350
351
352
353
354
355
356
357 public XPN getGt13_GuarantorName(int rep) {
358 XPN retVal = this.getTypedField(3, rep);
359 return retVal;
360 }
361
362
363
364
365
366
367 public int getGt13_GuarantorNameReps() {
368 return this.getReps(3);
369 }
370
371
372
373
374
375
376
377
378
379 public XPN insertGuarantorName(int rep) throws HL7Exception {
380 return (XPN) super.insertRepetition(3, rep);
381 }
382
383
384
385
386
387
388
389
390
391 public XPN insertGt13_GuarantorName(int rep) throws HL7Exception {
392 return (XPN) super.insertRepetition(3, rep);
393 }
394
395
396
397
398
399
400
401
402
403 public XPN removeGuarantorName(int rep) throws HL7Exception {
404 return (XPN) super.removeRepetition(3, rep);
405 }
406
407
408
409
410
411
412
413
414
415 public XPN removeGt13_GuarantorName(int rep) throws HL7Exception {
416 return (XPN) super.removeRepetition(3, rep);
417 }
418
419
420
421
422
423
424 public XPN[] getGuarantorSpouseName() {
425 XPN[] retVal = this.getTypedField(4, new XPN[0]);
426 return retVal;
427 }
428
429
430
431
432
433 public XPN[] getGt14_GuarantorSpouseName() {
434 XPN[] retVal = this.getTypedField(4, new XPN[0]);
435 return retVal;
436 }
437
438
439
440
441
442
443
444 public int getGuarantorSpouseNameReps() {
445 return this.getReps(4);
446 }
447
448
449
450
451
452
453
454
455 public XPN getGuarantorSpouseName(int rep) {
456 XPN retVal = this.getTypedField(4, rep);
457 return retVal;
458 }
459
460
461
462
463
464
465
466 public XPN getGt14_GuarantorSpouseName(int rep) {
467 XPN retVal = this.getTypedField(4, rep);
468 return retVal;
469 }
470
471
472
473
474
475
476 public int getGt14_GuarantorSpouseNameReps() {
477 return this.getReps(4);
478 }
479
480
481
482
483
484
485
486
487
488 public XPN insertGuarantorSpouseName(int rep) throws HL7Exception {
489 return (XPN) super.insertRepetition(4, rep);
490 }
491
492
493
494
495
496
497
498
499
500 public XPN insertGt14_GuarantorSpouseName(int rep) throws HL7Exception {
501 return (XPN) super.insertRepetition(4, rep);
502 }
503
504
505
506
507
508
509
510
511
512 public XPN removeGuarantorSpouseName(int rep) throws HL7Exception {
513 return (XPN) super.removeRepetition(4, rep);
514 }
515
516
517
518
519
520
521
522
523
524 public XPN removeGt14_GuarantorSpouseName(int rep) throws HL7Exception {
525 return (XPN) super.removeRepetition(4, rep);
526 }
527
528
529
530
531
532
533 public XAD[] getGuarantorAddress() {
534 XAD[] retVal = this.getTypedField(5, new XAD[0]);
535 return retVal;
536 }
537
538
539
540
541
542 public XAD[] getGt15_GuarantorAddress() {
543 XAD[] retVal = this.getTypedField(5, new XAD[0]);
544 return retVal;
545 }
546
547
548
549
550
551
552
553 public int getGuarantorAddressReps() {
554 return this.getReps(5);
555 }
556
557
558
559
560
561
562
563
564 public XAD getGuarantorAddress(int rep) {
565 XAD retVal = this.getTypedField(5, rep);
566 return retVal;
567 }
568
569
570
571
572
573
574
575 public XAD getGt15_GuarantorAddress(int rep) {
576 XAD retVal = this.getTypedField(5, rep);
577 return retVal;
578 }
579
580
581
582
583
584
585 public int getGt15_GuarantorAddressReps() {
586 return this.getReps(5);
587 }
588
589
590
591
592
593
594
595
596
597 public XAD insertGuarantorAddress(int rep) throws HL7Exception {
598 return (XAD) super.insertRepetition(5, rep);
599 }
600
601
602
603
604
605
606
607
608
609 public XAD insertGt15_GuarantorAddress(int rep) throws HL7Exception {
610 return (XAD) super.insertRepetition(5, rep);
611 }
612
613
614
615
616
617
618
619
620
621 public XAD removeGuarantorAddress(int rep) throws HL7Exception {
622 return (XAD) super.removeRepetition(5, rep);
623 }
624
625
626
627
628
629
630
631
632
633 public XAD removeGt15_GuarantorAddress(int rep) throws HL7Exception {
634 return (XAD) super.removeRepetition(5, rep);
635 }
636
637
638
639
640
641
642 public XTN[] getGuarantorPhNumHome() {
643 XTN[] retVal = this.getTypedField(6, new XTN[0]);
644 return retVal;
645 }
646
647
648
649
650
651 public XTN[] getGt16_GuarantorPhNumHome() {
652 XTN[] retVal = this.getTypedField(6, new XTN[0]);
653 return retVal;
654 }
655
656
657
658
659
660
661
662 public int getGuarantorPhNumHomeReps() {
663 return this.getReps(6);
664 }
665
666
667
668
669
670
671
672
673 public XTN getGuarantorPhNumHome(int rep) {
674 XTN retVal = this.getTypedField(6, rep);
675 return retVal;
676 }
677
678
679
680
681
682
683
684 public XTN getGt16_GuarantorPhNumHome(int rep) {
685 XTN retVal = this.getTypedField(6, rep);
686 return retVal;
687 }
688
689
690
691
692
693
694 public int getGt16_GuarantorPhNumHomeReps() {
695 return this.getReps(6);
696 }
697
698
699
700
701
702
703
704
705
706 public XTN insertGuarantorPhNumHome(int rep) throws HL7Exception {
707 return (XTN) super.insertRepetition(6, rep);
708 }
709
710
711
712
713
714
715
716
717
718 public XTN insertGt16_GuarantorPhNumHome(int rep) throws HL7Exception {
719 return (XTN) super.insertRepetition(6, rep);
720 }
721
722
723
724
725
726
727
728
729
730 public XTN removeGuarantorPhNumHome(int rep) throws HL7Exception {
731 return (XTN) super.removeRepetition(6, rep);
732 }
733
734
735
736
737
738
739
740
741
742 public XTN removeGt16_GuarantorPhNumHome(int rep) throws HL7Exception {
743 return (XTN) super.removeRepetition(6, rep);
744 }
745
746
747
748
749
750
751 public XTN[] getGuarantorPhNumBusiness() {
752 XTN[] retVal = this.getTypedField(7, new XTN[0]);
753 return retVal;
754 }
755
756
757
758
759
760 public XTN[] getGt17_GuarantorPhNumBusiness() {
761 XTN[] retVal = this.getTypedField(7, new XTN[0]);
762 return retVal;
763 }
764
765
766
767
768
769
770
771 public int getGuarantorPhNumBusinessReps() {
772 return this.getReps(7);
773 }
774
775
776
777
778
779
780
781
782 public XTN getGuarantorPhNumBusiness(int rep) {
783 XTN retVal = this.getTypedField(7, rep);
784 return retVal;
785 }
786
787
788
789
790
791
792
793 public XTN getGt17_GuarantorPhNumBusiness(int rep) {
794 XTN retVal = this.getTypedField(7, rep);
795 return retVal;
796 }
797
798
799
800
801
802
803 public int getGt17_GuarantorPhNumBusinessReps() {
804 return this.getReps(7);
805 }
806
807
808
809
810
811
812
813
814
815 public XTN insertGuarantorPhNumBusiness(int rep) throws HL7Exception {
816 return (XTN) super.insertRepetition(7, rep);
817 }
818
819
820
821
822
823
824
825
826
827 public XTN insertGt17_GuarantorPhNumBusiness(int rep) throws HL7Exception {
828 return (XTN) super.insertRepetition(7, rep);
829 }
830
831
832
833
834
835
836
837
838
839 public XTN removeGuarantorPhNumBusiness(int rep) throws HL7Exception {
840 return (XTN) super.removeRepetition(7, rep);
841 }
842
843
844
845
846
847
848
849
850
851 public XTN removeGt17_GuarantorPhNumBusiness(int rep) throws HL7Exception {
852 return (XTN) super.removeRepetition(7, rep);
853 }
854
855
856
857
858
859
860
861
862 public TS getGuarantorDateTimeOfBirth() {
863 TS retVal = this.getTypedField(8, 0);
864 return retVal;
865 }
866
867
868
869
870
871 public TS getGt18_GuarantorDateTimeOfBirth() {
872 TS retVal = this.getTypedField(8, 0);
873 return retVal;
874 }
875
876
877
878
879
880
881
882 public IS getGuarantorAdministrativeSex() {
883 IS retVal = this.getTypedField(9, 0);
884 return retVal;
885 }
886
887
888
889
890
891 public IS getGt19_GuarantorAdministrativeSex() {
892 IS retVal = this.getTypedField(9, 0);
893 return retVal;
894 }
895
896
897
898
899
900
901
902 public IS getGuarantorType() {
903 IS retVal = this.getTypedField(10, 0);
904 return retVal;
905 }
906
907
908
909
910
911 public IS getGt110_GuarantorType() {
912 IS retVal = this.getTypedField(10, 0);
913 return retVal;
914 }
915
916
917
918
919
920
921
922 public CE getGuarantorRelationship() {
923 CE retVal = this.getTypedField(11, 0);
924 return retVal;
925 }
926
927
928
929
930
931 public CE getGt111_GuarantorRelationship() {
932 CE retVal = this.getTypedField(11, 0);
933 return retVal;
934 }
935
936
937
938
939
940
941
942 public ST getGuarantorSSN() {
943 ST retVal = this.getTypedField(12, 0);
944 return retVal;
945 }
946
947
948
949
950
951 public ST getGt112_GuarantorSSN() {
952 ST retVal = this.getTypedField(12, 0);
953 return retVal;
954 }
955
956
957
958
959
960
961
962 public DT getGuarantorDateBegin() {
963 DT retVal = this.getTypedField(13, 0);
964 return retVal;
965 }
966
967
968
969
970
971 public DT getGt113_GuarantorDateBegin() {
972 DT retVal = this.getTypedField(13, 0);
973 return retVal;
974 }
975
976
977
978
979
980
981
982 public DT getGuarantorDateEnd() {
983 DT retVal = this.getTypedField(14, 0);
984 return retVal;
985 }
986
987
988
989
990
991 public DT getGt114_GuarantorDateEnd() {
992 DT retVal = this.getTypedField(14, 0);
993 return retVal;
994 }
995
996
997
998
999
1000
1001
1002 public NM getGuarantorPriority() {
1003 NM retVal = this.getTypedField(15, 0);
1004 return retVal;
1005 }
1006
1007
1008
1009
1010
1011 public NM getGt115_GuarantorPriority() {
1012 NM retVal = this.getTypedField(15, 0);
1013 return retVal;
1014 }
1015
1016
1017
1018
1019
1020 public XPN[] getGuarantorEmployerName() {
1021 XPN[] retVal = this.getTypedField(16, new XPN[0]);
1022 return retVal;
1023 }
1024
1025
1026
1027
1028
1029 public XPN[] getGt116_GuarantorEmployerName() {
1030 XPN[] retVal = this.getTypedField(16, new XPN[0]);
1031 return retVal;
1032 }
1033
1034
1035
1036
1037
1038
1039
1040 public int getGuarantorEmployerNameReps() {
1041 return this.getReps(16);
1042 }
1043
1044
1045
1046
1047
1048
1049
1050
1051 public XPN getGuarantorEmployerName(int rep) {
1052 XPN retVal = this.getTypedField(16, rep);
1053 return retVal;
1054 }
1055
1056
1057
1058
1059
1060
1061
1062 public XPN getGt116_GuarantorEmployerName(int rep) {
1063 XPN retVal = this.getTypedField(16, rep);
1064 return retVal;
1065 }
1066
1067
1068
1069
1070
1071
1072 public int getGt116_GuarantorEmployerNameReps() {
1073 return this.getReps(16);
1074 }
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084 public XPN insertGuarantorEmployerName(int rep) throws HL7Exception {
1085 return (XPN) super.insertRepetition(16, rep);
1086 }
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096 public XPN insertGt116_GuarantorEmployerName(int rep) throws HL7Exception {
1097 return (XPN) super.insertRepetition(16, rep);
1098 }
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108 public XPN removeGuarantorEmployerName(int rep) throws HL7Exception {
1109 return (XPN) super.removeRepetition(16, rep);
1110 }
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120 public XPN removeGt116_GuarantorEmployerName(int rep) throws HL7Exception {
1121 return (XPN) super.removeRepetition(16, rep);
1122 }
1123
1124
1125
1126
1127
1128
1129 public XAD[] getGuarantorEmployerAddress() {
1130 XAD[] retVal = this.getTypedField(17, new XAD[0]);
1131 return retVal;
1132 }
1133
1134
1135
1136
1137
1138 public XAD[] getGt117_GuarantorEmployerAddress() {
1139 XAD[] retVal = this.getTypedField(17, new XAD[0]);
1140 return retVal;
1141 }
1142
1143
1144
1145
1146
1147
1148
1149 public int getGuarantorEmployerAddressReps() {
1150 return this.getReps(17);
1151 }
1152
1153
1154
1155
1156
1157
1158
1159
1160 public XAD getGuarantorEmployerAddress(int rep) {
1161 XAD retVal = this.getTypedField(17, rep);
1162 return retVal;
1163 }
1164
1165
1166
1167
1168
1169
1170
1171 public XAD getGt117_GuarantorEmployerAddress(int rep) {
1172 XAD retVal = this.getTypedField(17, rep);
1173 return retVal;
1174 }
1175
1176
1177
1178
1179
1180
1181 public int getGt117_GuarantorEmployerAddressReps() {
1182 return this.getReps(17);
1183 }
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193 public XAD insertGuarantorEmployerAddress(int rep) throws HL7Exception {
1194 return (XAD) super.insertRepetition(17, rep);
1195 }
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205 public XAD insertGt117_GuarantorEmployerAddress(int rep) throws HL7Exception {
1206 return (XAD) super.insertRepetition(17, rep);
1207 }
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217 public XAD removeGuarantorEmployerAddress(int rep) throws HL7Exception {
1218 return (XAD) super.removeRepetition(17, rep);
1219 }
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229 public XAD removeGt117_GuarantorEmployerAddress(int rep) throws HL7Exception {
1230 return (XAD) super.removeRepetition(17, rep);
1231 }
1232
1233
1234
1235
1236
1237
1238 public XTN[] getGuarantorEmployerPhoneNumber() {
1239 XTN[] retVal = this.getTypedField(18, new XTN[0]);
1240 return retVal;
1241 }
1242
1243
1244
1245
1246
1247 public XTN[] getGt118_GuarantorEmployerPhoneNumber() {
1248 XTN[] retVal = this.getTypedField(18, new XTN[0]);
1249 return retVal;
1250 }
1251
1252
1253
1254
1255
1256
1257
1258 public int getGuarantorEmployerPhoneNumberReps() {
1259 return this.getReps(18);
1260 }
1261
1262
1263
1264
1265
1266
1267
1268
1269 public XTN getGuarantorEmployerPhoneNumber(int rep) {
1270 XTN retVal = this.getTypedField(18, rep);
1271 return retVal;
1272 }
1273
1274
1275
1276
1277
1278
1279
1280 public XTN getGt118_GuarantorEmployerPhoneNumber(int rep) {
1281 XTN retVal = this.getTypedField(18, rep);
1282 return retVal;
1283 }
1284
1285
1286
1287
1288
1289
1290 public int getGt118_GuarantorEmployerPhoneNumberReps() {
1291 return this.getReps(18);
1292 }
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302 public XTN insertGuarantorEmployerPhoneNumber(int rep) throws HL7Exception {
1303 return (XTN) super.insertRepetition(18, rep);
1304 }
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314 public XTN insertGt118_GuarantorEmployerPhoneNumber(int rep) throws HL7Exception {
1315 return (XTN) super.insertRepetition(18, rep);
1316 }
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326 public XTN removeGuarantorEmployerPhoneNumber(int rep) throws HL7Exception {
1327 return (XTN) super.removeRepetition(18, rep);
1328 }
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338 public XTN removeGt118_GuarantorEmployerPhoneNumber(int rep) throws HL7Exception {
1339 return (XTN) super.removeRepetition(18, rep);
1340 }
1341
1342
1343
1344
1345
1346
1347 public CX[] getGuarantorEmployeeIDNumber() {
1348 CX[] retVal = this.getTypedField(19, new CX[0]);
1349 return retVal;
1350 }
1351
1352
1353
1354
1355
1356 public CX[] getGt119_GuarantorEmployeeIDNumber() {
1357 CX[] retVal = this.getTypedField(19, new CX[0]);
1358 return retVal;
1359 }
1360
1361
1362
1363
1364
1365
1366
1367 public int getGuarantorEmployeeIDNumberReps() {
1368 return this.getReps(19);
1369 }
1370
1371
1372
1373
1374
1375
1376
1377
1378 public CX getGuarantorEmployeeIDNumber(int rep) {
1379 CX retVal = this.getTypedField(19, rep);
1380 return retVal;
1381 }
1382
1383
1384
1385
1386
1387
1388
1389 public CX getGt119_GuarantorEmployeeIDNumber(int rep) {
1390 CX retVal = this.getTypedField(19, rep);
1391 return retVal;
1392 }
1393
1394
1395
1396
1397
1398
1399 public int getGt119_GuarantorEmployeeIDNumberReps() {
1400 return this.getReps(19);
1401 }
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411 public CX insertGuarantorEmployeeIDNumber(int rep) throws HL7Exception {
1412 return (CX) super.insertRepetition(19, rep);
1413 }
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423 public CX insertGt119_GuarantorEmployeeIDNumber(int rep) throws HL7Exception {
1424 return (CX) super.insertRepetition(19, rep);
1425 }
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435 public CX removeGuarantorEmployeeIDNumber(int rep) throws HL7Exception {
1436 return (CX) super.removeRepetition(19, rep);
1437 }
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447 public CX removeGt119_GuarantorEmployeeIDNumber(int rep) throws HL7Exception {
1448 return (CX) super.removeRepetition(19, rep);
1449 }
1450
1451
1452
1453
1454
1455
1456
1457
1458 public IS getGuarantorEmploymentStatus() {
1459 IS retVal = this.getTypedField(20, 0);
1460 return retVal;
1461 }
1462
1463
1464
1465
1466
1467 public IS getGt120_GuarantorEmploymentStatus() {
1468 IS retVal = this.getTypedField(20, 0);
1469 return retVal;
1470 }
1471
1472
1473
1474
1475
1476 public XON[] getGuarantorOrganizationName() {
1477 XON[] retVal = this.getTypedField(21, new XON[0]);
1478 return retVal;
1479 }
1480
1481
1482
1483
1484
1485 public XON[] getGt121_GuarantorOrganizationName() {
1486 XON[] retVal = this.getTypedField(21, new XON[0]);
1487 return retVal;
1488 }
1489
1490
1491
1492
1493
1494
1495
1496 public int getGuarantorOrganizationNameReps() {
1497 return this.getReps(21);
1498 }
1499
1500
1501
1502
1503
1504
1505
1506
1507 public XON getGuarantorOrganizationName(int rep) {
1508 XON retVal = this.getTypedField(21, rep);
1509 return retVal;
1510 }
1511
1512
1513
1514
1515
1516
1517
1518 public XON getGt121_GuarantorOrganizationName(int rep) {
1519 XON retVal = this.getTypedField(21, rep);
1520 return retVal;
1521 }
1522
1523
1524
1525
1526
1527
1528 public int getGt121_GuarantorOrganizationNameReps() {
1529 return this.getReps(21);
1530 }
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540 public XON insertGuarantorOrganizationName(int rep) throws HL7Exception {
1541 return (XON) super.insertRepetition(21, rep);
1542 }
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552 public XON insertGt121_GuarantorOrganizationName(int rep) throws HL7Exception {
1553 return (XON) super.insertRepetition(21, rep);
1554 }
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564 public XON removeGuarantorOrganizationName(int rep) throws HL7Exception {
1565 return (XON) super.removeRepetition(21, rep);
1566 }
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576 public XON removeGt121_GuarantorOrganizationName(int rep) throws HL7Exception {
1577 return (XON) super.removeRepetition(21, rep);
1578 }
1579
1580
1581
1582
1583
1584
1585
1586
1587 public ID getGuarantorBillingHoldFlag() {
1588 ID retVal = this.getTypedField(22, 0);
1589 return retVal;
1590 }
1591
1592
1593
1594
1595
1596 public ID getGt122_GuarantorBillingHoldFlag() {
1597 ID retVal = this.getTypedField(22, 0);
1598 return retVal;
1599 }
1600
1601
1602
1603
1604
1605
1606
1607 public CE getGuarantorCreditRatingCode() {
1608 CE retVal = this.getTypedField(23, 0);
1609 return retVal;
1610 }
1611
1612
1613
1614
1615
1616 public CE getGt123_GuarantorCreditRatingCode() {
1617 CE retVal = this.getTypedField(23, 0);
1618 return retVal;
1619 }
1620
1621
1622
1623
1624
1625
1626
1627 public TS getGuarantorDeathDateAndTime() {
1628 TS retVal = this.getTypedField(24, 0);
1629 return retVal;
1630 }
1631
1632
1633
1634
1635
1636 public TS getGt124_GuarantorDeathDateAndTime() {
1637 TS retVal = this.getTypedField(24, 0);
1638 return retVal;
1639 }
1640
1641
1642
1643
1644
1645
1646
1647 public ID getGuarantorDeathFlag() {
1648 ID retVal = this.getTypedField(25, 0);
1649 return retVal;
1650 }
1651
1652
1653
1654
1655
1656 public ID getGt125_GuarantorDeathFlag() {
1657 ID retVal = this.getTypedField(25, 0);
1658 return retVal;
1659 }
1660
1661
1662
1663
1664
1665
1666
1667 public CE getGuarantorChargeAdjustmentCode() {
1668 CE retVal = this.getTypedField(26, 0);
1669 return retVal;
1670 }
1671
1672
1673
1674
1675
1676 public CE getGt126_GuarantorChargeAdjustmentCode() {
1677 CE retVal = this.getTypedField(26, 0);
1678 return retVal;
1679 }
1680
1681
1682
1683
1684
1685
1686
1687 public CP getGuarantorHouseholdAnnualIncome() {
1688 CP retVal = this.getTypedField(27, 0);
1689 return retVal;
1690 }
1691
1692
1693
1694
1695
1696 public CP getGt127_GuarantorHouseholdAnnualIncome() {
1697 CP retVal = this.getTypedField(27, 0);
1698 return retVal;
1699 }
1700
1701
1702
1703
1704
1705
1706
1707 public NM getGuarantorHouseholdSize() {
1708 NM retVal = this.getTypedField(28, 0);
1709 return retVal;
1710 }
1711
1712
1713
1714
1715
1716 public NM getGt128_GuarantorHouseholdSize() {
1717 NM retVal = this.getTypedField(28, 0);
1718 return retVal;
1719 }
1720
1721
1722
1723
1724
1725 public CX[] getGuarantorEmployerIDNumber() {
1726 CX[] retVal = this.getTypedField(29, new CX[0]);
1727 return retVal;
1728 }
1729
1730
1731
1732
1733
1734 public CX[] getGt129_GuarantorEmployerIDNumber() {
1735 CX[] retVal = this.getTypedField(29, new CX[0]);
1736 return retVal;
1737 }
1738
1739
1740
1741
1742
1743
1744
1745 public int getGuarantorEmployerIDNumberReps() {
1746 return this.getReps(29);
1747 }
1748
1749
1750
1751
1752
1753
1754
1755
1756 public CX getGuarantorEmployerIDNumber(int rep) {
1757 CX retVal = this.getTypedField(29, rep);
1758 return retVal;
1759 }
1760
1761
1762
1763
1764
1765
1766
1767 public CX getGt129_GuarantorEmployerIDNumber(int rep) {
1768 CX retVal = this.getTypedField(29, rep);
1769 return retVal;
1770 }
1771
1772
1773
1774
1775
1776
1777 public int getGt129_GuarantorEmployerIDNumberReps() {
1778 return this.getReps(29);
1779 }
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789 public CX insertGuarantorEmployerIDNumber(int rep) throws HL7Exception {
1790 return (CX) super.insertRepetition(29, rep);
1791 }
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801 public CX insertGt129_GuarantorEmployerIDNumber(int rep) throws HL7Exception {
1802 return (CX) super.insertRepetition(29, rep);
1803 }
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813 public CX removeGuarantorEmployerIDNumber(int rep) throws HL7Exception {
1814 return (CX) super.removeRepetition(29, rep);
1815 }
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825 public CX removeGt129_GuarantorEmployerIDNumber(int rep) throws HL7Exception {
1826 return (CX) super.removeRepetition(29, rep);
1827 }
1828
1829
1830
1831
1832
1833
1834
1835
1836 public CE getGuarantorMaritalStatusCode() {
1837 CE retVal = this.getTypedField(30, 0);
1838 return retVal;
1839 }
1840
1841
1842
1843
1844
1845 public CE getGt130_GuarantorMaritalStatusCode() {
1846 CE retVal = this.getTypedField(30, 0);
1847 return retVal;
1848 }
1849
1850
1851
1852
1853
1854
1855
1856 public DT getGuarantorHireEffectiveDate() {
1857 DT retVal = this.getTypedField(31, 0);
1858 return retVal;
1859 }
1860
1861
1862
1863
1864
1865 public DT getGt131_GuarantorHireEffectiveDate() {
1866 DT retVal = this.getTypedField(31, 0);
1867 return retVal;
1868 }
1869
1870
1871
1872
1873
1874
1875
1876 public DT getEmploymentStopDate() {
1877 DT retVal = this.getTypedField(32, 0);
1878 return retVal;
1879 }
1880
1881
1882
1883
1884
1885 public DT getGt132_EmploymentStopDate() {
1886 DT retVal = this.getTypedField(32, 0);
1887 return retVal;
1888 }
1889
1890
1891
1892
1893
1894
1895
1896 public IS getLivingDependency() {
1897 IS retVal = this.getTypedField(33, 0);
1898 return retVal;
1899 }
1900
1901
1902
1903
1904
1905 public IS getGt133_LivingDependency() {
1906 IS retVal = this.getTypedField(33, 0);
1907 return retVal;
1908 }
1909
1910
1911
1912
1913
1914 public IS[] getAmbulatoryStatus() {
1915 IS[] retVal = this.getTypedField(34, new IS[0]);
1916 return retVal;
1917 }
1918
1919
1920
1921
1922
1923 public IS[] getGt134_AmbulatoryStatus() {
1924 IS[] retVal = this.getTypedField(34, new IS[0]);
1925 return retVal;
1926 }
1927
1928
1929
1930
1931
1932
1933
1934 public int getAmbulatoryStatusReps() {
1935 return this.getReps(34);
1936 }
1937
1938
1939
1940
1941
1942
1943
1944
1945 public IS getAmbulatoryStatus(int rep) {
1946 IS retVal = this.getTypedField(34, rep);
1947 return retVal;
1948 }
1949
1950
1951
1952
1953
1954
1955
1956 public IS getGt134_AmbulatoryStatus(int rep) {
1957 IS retVal = this.getTypedField(34, rep);
1958 return retVal;
1959 }
1960
1961
1962
1963
1964
1965
1966 public int getGt134_AmbulatoryStatusReps() {
1967 return this.getReps(34);
1968 }
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978 public IS insertAmbulatoryStatus(int rep) throws HL7Exception {
1979 return (IS) super.insertRepetition(34, rep);
1980 }
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990 public IS insertGt134_AmbulatoryStatus(int rep) throws HL7Exception {
1991 return (IS) super.insertRepetition(34, rep);
1992 }
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002 public IS removeAmbulatoryStatus(int rep) throws HL7Exception {
2003 return (IS) super.removeRepetition(34, rep);
2004 }
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014 public IS removeGt134_AmbulatoryStatus(int rep) throws HL7Exception {
2015 return (IS) super.removeRepetition(34, rep);
2016 }
2017
2018
2019
2020
2021
2022
2023 public CE[] getCitizenship() {
2024 CE[] retVal = this.getTypedField(35, new CE[0]);
2025 return retVal;
2026 }
2027
2028
2029
2030
2031
2032 public CE[] getGt135_Citizenship() {
2033 CE[] retVal = this.getTypedField(35, new CE[0]);
2034 return retVal;
2035 }
2036
2037
2038
2039
2040
2041
2042
2043 public int getCitizenshipReps() {
2044 return this.getReps(35);
2045 }
2046
2047
2048
2049
2050
2051
2052
2053
2054 public CE getCitizenship(int rep) {
2055 CE retVal = this.getTypedField(35, rep);
2056 return retVal;
2057 }
2058
2059
2060
2061
2062
2063
2064
2065 public CE getGt135_Citizenship(int rep) {
2066 CE retVal = this.getTypedField(35, rep);
2067 return retVal;
2068 }
2069
2070
2071
2072
2073
2074
2075 public int getGt135_CitizenshipReps() {
2076 return this.getReps(35);
2077 }
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087 public CE insertCitizenship(int rep) throws HL7Exception {
2088 return (CE) super.insertRepetition(35, rep);
2089 }
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099 public CE insertGt135_Citizenship(int rep) throws HL7Exception {
2100 return (CE) super.insertRepetition(35, rep);
2101 }
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111 public CE removeCitizenship(int rep) throws HL7Exception {
2112 return (CE) super.removeRepetition(35, rep);
2113 }
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123 public CE removeGt135_Citizenship(int rep) throws HL7Exception {
2124 return (CE) super.removeRepetition(35, rep);
2125 }
2126
2127
2128
2129
2130
2131
2132
2133
2134 public CE getPrimaryLanguage() {
2135 CE retVal = this.getTypedField(36, 0);
2136 return retVal;
2137 }
2138
2139
2140
2141
2142
2143 public CE getGt136_PrimaryLanguage() {
2144 CE retVal = this.getTypedField(36, 0);
2145 return retVal;
2146 }
2147
2148
2149
2150
2151
2152
2153
2154 public IS getLivingArrangement() {
2155 IS retVal = this.getTypedField(37, 0);
2156 return retVal;
2157 }
2158
2159
2160
2161
2162
2163 public IS getGt137_LivingArrangement() {
2164 IS retVal = this.getTypedField(37, 0);
2165 return retVal;
2166 }
2167
2168
2169
2170
2171
2172
2173
2174 public CE getPublicityCode() {
2175 CE retVal = this.getTypedField(38, 0);
2176 return retVal;
2177 }
2178
2179
2180
2181
2182
2183 public CE getGt138_PublicityCode() {
2184 CE retVal = this.getTypedField(38, 0);
2185 return retVal;
2186 }
2187
2188
2189
2190
2191
2192
2193
2194 public ID getProtectionIndicator() {
2195 ID retVal = this.getTypedField(39, 0);
2196 return retVal;
2197 }
2198
2199
2200
2201
2202
2203 public ID getGt139_ProtectionIndicator() {
2204 ID retVal = this.getTypedField(39, 0);
2205 return retVal;
2206 }
2207
2208
2209
2210
2211
2212
2213
2214 public IS getStudentIndicator() {
2215 IS retVal = this.getTypedField(40, 0);
2216 return retVal;
2217 }
2218
2219
2220
2221
2222
2223 public IS getGt140_StudentIndicator() {
2224 IS retVal = this.getTypedField(40, 0);
2225 return retVal;
2226 }
2227
2228
2229
2230
2231
2232
2233
2234 public CE getReligion() {
2235 CE retVal = this.getTypedField(41, 0);
2236 return retVal;
2237 }
2238
2239
2240
2241
2242
2243 public CE getGt141_Religion() {
2244 CE retVal = this.getTypedField(41, 0);
2245 return retVal;
2246 }
2247
2248
2249
2250
2251
2252 public XPN[] getMotherSMaidenName() {
2253 XPN[] retVal = this.getTypedField(42, new XPN[0]);
2254 return retVal;
2255 }
2256
2257
2258
2259
2260
2261 public XPN[] getGt142_MotherSMaidenName() {
2262 XPN[] retVal = this.getTypedField(42, new XPN[0]);
2263 return retVal;
2264 }
2265
2266
2267
2268
2269
2270
2271
2272 public int getMotherSMaidenNameReps() {
2273 return this.getReps(42);
2274 }
2275
2276
2277
2278
2279
2280
2281
2282
2283 public XPN getMotherSMaidenName(int rep) {
2284 XPN retVal = this.getTypedField(42, rep);
2285 return retVal;
2286 }
2287
2288
2289
2290
2291
2292
2293
2294 public XPN getGt142_MotherSMaidenName(int rep) {
2295 XPN retVal = this.getTypedField(42, rep);
2296 return retVal;
2297 }
2298
2299
2300
2301
2302
2303
2304 public int getGt142_MotherSMaidenNameReps() {
2305 return this.getReps(42);
2306 }
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316 public XPN insertMotherSMaidenName(int rep) throws HL7Exception {
2317 return (XPN) super.insertRepetition(42, rep);
2318 }
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328 public XPN insertGt142_MotherSMaidenName(int rep) throws HL7Exception {
2329 return (XPN) super.insertRepetition(42, rep);
2330 }
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340 public XPN removeMotherSMaidenName(int rep) throws HL7Exception {
2341 return (XPN) super.removeRepetition(42, rep);
2342 }
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352 public XPN removeGt142_MotherSMaidenName(int rep) throws HL7Exception {
2353 return (XPN) super.removeRepetition(42, rep);
2354 }
2355
2356
2357
2358
2359
2360
2361
2362
2363 public CE getNationality() {
2364 CE retVal = this.getTypedField(43, 0);
2365 return retVal;
2366 }
2367
2368
2369
2370
2371
2372 public CE getGt143_Nationality() {
2373 CE retVal = this.getTypedField(43, 0);
2374 return retVal;
2375 }
2376
2377
2378
2379
2380
2381 public CE[] getEthnicGroup() {
2382 CE[] retVal = this.getTypedField(44, new CE[0]);
2383 return retVal;
2384 }
2385
2386
2387
2388
2389
2390 public CE[] getGt144_EthnicGroup() {
2391 CE[] retVal = this.getTypedField(44, new CE[0]);
2392 return retVal;
2393 }
2394
2395
2396
2397
2398
2399
2400
2401 public int getEthnicGroupReps() {
2402 return this.getReps(44);
2403 }
2404
2405
2406
2407
2408
2409
2410
2411
2412 public CE getEthnicGroup(int rep) {
2413 CE retVal = this.getTypedField(44, rep);
2414 return retVal;
2415 }
2416
2417
2418
2419
2420
2421
2422
2423 public CE getGt144_EthnicGroup(int rep) {
2424 CE retVal = this.getTypedField(44, rep);
2425 return retVal;
2426 }
2427
2428
2429
2430
2431
2432
2433 public int getGt144_EthnicGroupReps() {
2434 return this.getReps(44);
2435 }
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445 public CE insertEthnicGroup(int rep) throws HL7Exception {
2446 return (CE) super.insertRepetition(44, rep);
2447 }
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457 public CE insertGt144_EthnicGroup(int rep) throws HL7Exception {
2458 return (CE) super.insertRepetition(44, rep);
2459 }
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469 public CE removeEthnicGroup(int rep) throws HL7Exception {
2470 return (CE) super.removeRepetition(44, rep);
2471 }
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481 public CE removeGt144_EthnicGroup(int rep) throws HL7Exception {
2482 return (CE) super.removeRepetition(44, rep);
2483 }
2484
2485
2486
2487
2488
2489
2490 public XPN[] getContactPersonSName() {
2491 XPN[] retVal = this.getTypedField(45, new XPN[0]);
2492 return retVal;
2493 }
2494
2495
2496
2497
2498
2499 public XPN[] getGt145_ContactPersonSName() {
2500 XPN[] retVal = this.getTypedField(45, new XPN[0]);
2501 return retVal;
2502 }
2503
2504
2505
2506
2507
2508
2509
2510 public int getContactPersonSNameReps() {
2511 return this.getReps(45);
2512 }
2513
2514
2515
2516
2517
2518
2519
2520
2521 public XPN getContactPersonSName(int rep) {
2522 XPN retVal = this.getTypedField(45, rep);
2523 return retVal;
2524 }
2525
2526
2527
2528
2529
2530
2531
2532 public XPN getGt145_ContactPersonSName(int rep) {
2533 XPN retVal = this.getTypedField(45, rep);
2534 return retVal;
2535 }
2536
2537
2538
2539
2540
2541
2542 public int getGt145_ContactPersonSNameReps() {
2543 return this.getReps(45);
2544 }
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554 public XPN insertContactPersonSName(int rep) throws HL7Exception {
2555 return (XPN) super.insertRepetition(45, rep);
2556 }
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566 public XPN insertGt145_ContactPersonSName(int rep) throws HL7Exception {
2567 return (XPN) super.insertRepetition(45, rep);
2568 }
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578 public XPN removeContactPersonSName(int rep) throws HL7Exception {
2579 return (XPN) super.removeRepetition(45, rep);
2580 }
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590 public XPN removeGt145_ContactPersonSName(int rep) throws HL7Exception {
2591 return (XPN) super.removeRepetition(45, rep);
2592 }
2593
2594
2595
2596
2597
2598
2599 public XTN[] getContactPersonSTelephoneNumber() {
2600 XTN[] retVal = this.getTypedField(46, new XTN[0]);
2601 return retVal;
2602 }
2603
2604
2605
2606
2607
2608 public XTN[] getGt146_ContactPersonSTelephoneNumber() {
2609 XTN[] retVal = this.getTypedField(46, new XTN[0]);
2610 return retVal;
2611 }
2612
2613
2614
2615
2616
2617
2618
2619 public int getContactPersonSTelephoneNumberReps() {
2620 return this.getReps(46);
2621 }
2622
2623
2624
2625
2626
2627
2628
2629
2630 public XTN getContactPersonSTelephoneNumber(int rep) {
2631 XTN retVal = this.getTypedField(46, rep);
2632 return retVal;
2633 }
2634
2635
2636
2637
2638
2639
2640
2641 public XTN getGt146_ContactPersonSTelephoneNumber(int rep) {
2642 XTN retVal = this.getTypedField(46, rep);
2643 return retVal;
2644 }
2645
2646
2647
2648
2649
2650
2651 public int getGt146_ContactPersonSTelephoneNumberReps() {
2652 return this.getReps(46);
2653 }
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663 public XTN insertContactPersonSTelephoneNumber(int rep) throws HL7Exception {
2664 return (XTN) super.insertRepetition(46, rep);
2665 }
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675 public XTN insertGt146_ContactPersonSTelephoneNumber(int rep) throws HL7Exception {
2676 return (XTN) super.insertRepetition(46, rep);
2677 }
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687 public XTN removeContactPersonSTelephoneNumber(int rep) throws HL7Exception {
2688 return (XTN) super.removeRepetition(46, rep);
2689 }
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699 public XTN removeGt146_ContactPersonSTelephoneNumber(int rep) throws HL7Exception {
2700 return (XTN) super.removeRepetition(46, rep);
2701 }
2702
2703
2704
2705
2706
2707
2708
2709
2710 public CE getContactReason() {
2711 CE retVal = this.getTypedField(47, 0);
2712 return retVal;
2713 }
2714
2715
2716
2717
2718
2719 public CE getGt147_ContactReason() {
2720 CE retVal = this.getTypedField(47, 0);
2721 return retVal;
2722 }
2723
2724
2725
2726
2727
2728
2729
2730 public IS getContactRelationship() {
2731 IS retVal = this.getTypedField(48, 0);
2732 return retVal;
2733 }
2734
2735
2736
2737
2738
2739 public IS getGt148_ContactRelationship() {
2740 IS retVal = this.getTypedField(48, 0);
2741 return retVal;
2742 }
2743
2744
2745
2746
2747
2748
2749
2750 public ST getJobTitle() {
2751 ST retVal = this.getTypedField(49, 0);
2752 return retVal;
2753 }
2754
2755
2756
2757
2758
2759 public ST getGt149_JobTitle() {
2760 ST retVal = this.getTypedField(49, 0);
2761 return retVal;
2762 }
2763
2764
2765
2766
2767
2768
2769
2770 public JCC getJobCodeClass() {
2771 JCC retVal = this.getTypedField(50, 0);
2772 return retVal;
2773 }
2774
2775
2776
2777
2778
2779 public JCC getGt150_JobCodeClass() {
2780 JCC retVal = this.getTypedField(50, 0);
2781 return retVal;
2782 }
2783
2784
2785
2786
2787
2788 public XON[] getGuarantorEmployerSOrganizationName() {
2789 XON[] retVal = this.getTypedField(51, new XON[0]);
2790 return retVal;
2791 }
2792
2793
2794
2795
2796
2797 public XON[] getGt151_GuarantorEmployerSOrganizationName() {
2798 XON[] retVal = this.getTypedField(51, new XON[0]);
2799 return retVal;
2800 }
2801
2802
2803
2804
2805
2806
2807
2808 public int getGuarantorEmployerSOrganizationNameReps() {
2809 return this.getReps(51);
2810 }
2811
2812
2813
2814
2815
2816
2817
2818
2819 public XON getGuarantorEmployerSOrganizationName(int rep) {
2820 XON retVal = this.getTypedField(51, rep);
2821 return retVal;
2822 }
2823
2824
2825
2826
2827
2828
2829
2830 public XON getGt151_GuarantorEmployerSOrganizationName(int rep) {
2831 XON retVal = this.getTypedField(51, rep);
2832 return retVal;
2833 }
2834
2835
2836
2837
2838
2839
2840 public int getGt151_GuarantorEmployerSOrganizationNameReps() {
2841 return this.getReps(51);
2842 }
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852 public XON insertGuarantorEmployerSOrganizationName(int rep) throws HL7Exception {
2853 return (XON) super.insertRepetition(51, rep);
2854 }
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864 public XON insertGt151_GuarantorEmployerSOrganizationName(int rep) throws HL7Exception {
2865 return (XON) super.insertRepetition(51, rep);
2866 }
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876 public XON removeGuarantorEmployerSOrganizationName(int rep) throws HL7Exception {
2877 return (XON) super.removeRepetition(51, rep);
2878 }
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888 public XON removeGt151_GuarantorEmployerSOrganizationName(int rep) throws HL7Exception {
2889 return (XON) super.removeRepetition(51, rep);
2890 }
2891
2892
2893
2894
2895
2896
2897
2898
2899 public IS getHandicap() {
2900 IS retVal = this.getTypedField(52, 0);
2901 return retVal;
2902 }
2903
2904
2905
2906
2907
2908 public IS getGt152_Handicap() {
2909 IS retVal = this.getTypedField(52, 0);
2910 return retVal;
2911 }
2912
2913
2914
2915
2916
2917
2918
2919 public IS getJobStatus() {
2920 IS retVal = this.getTypedField(53, 0);
2921 return retVal;
2922 }
2923
2924
2925
2926
2927
2928 public IS getGt153_JobStatus() {
2929 IS retVal = this.getTypedField(53, 0);
2930 return retVal;
2931 }
2932
2933
2934
2935
2936
2937
2938
2939 public FC getGuarantorFinancialClass() {
2940 FC retVal = this.getTypedField(54, 0);
2941 return retVal;
2942 }
2943
2944
2945
2946
2947
2948 public FC getGt154_GuarantorFinancialClass() {
2949 FC retVal = this.getTypedField(54, 0);
2950 return retVal;
2951 }
2952
2953
2954
2955
2956
2957 public CE[] getGuarantorRace() {
2958 CE[] retVal = this.getTypedField(55, new CE[0]);
2959 return retVal;
2960 }
2961
2962
2963
2964
2965
2966 public CE[] getGt155_GuarantorRace() {
2967 CE[] retVal = this.getTypedField(55, new CE[0]);
2968 return retVal;
2969 }
2970
2971
2972
2973
2974
2975
2976
2977 public int getGuarantorRaceReps() {
2978 return this.getReps(55);
2979 }
2980
2981
2982
2983
2984
2985
2986
2987
2988 public CE getGuarantorRace(int rep) {
2989 CE retVal = this.getTypedField(55, rep);
2990 return retVal;
2991 }
2992
2993
2994
2995
2996
2997
2998
2999 public CE getGt155_GuarantorRace(int rep) {
3000 CE retVal = this.getTypedField(55, rep);
3001 return retVal;
3002 }
3003
3004
3005
3006
3007
3008
3009 public int getGt155_GuarantorRaceReps() {
3010 return this.getReps(55);
3011 }
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021 public CE insertGuarantorRace(int rep) throws HL7Exception {
3022 return (CE) super.insertRepetition(55, rep);
3023 }
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033 public CE insertGt155_GuarantorRace(int rep) throws HL7Exception {
3034 return (CE) super.insertRepetition(55, rep);
3035 }
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045 public CE removeGuarantorRace(int rep) throws HL7Exception {
3046 return (CE) super.removeRepetition(55, rep);
3047 }
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057 public CE removeGt155_GuarantorRace(int rep) throws HL7Exception {
3058 return (CE) super.removeRepetition(55, rep);
3059 }
3060
3061
3062
3063
3064
3065
3066
3067 protected Type createNewTypeWithoutReflection(int field) {
3068 switch (field) {
3069 case 0: return new SI(getMessage());
3070 case 1: return new CX(getMessage());
3071 case 2: return new XPN(getMessage());
3072 case 3: return new XPN(getMessage());
3073 case 4: return new XAD(getMessage());
3074 case 5: return new XTN(getMessage());
3075 case 6: return new XTN(getMessage());
3076 case 7: return new TS(getMessage());
3077 case 8: return new IS(getMessage(), new Integer( 1 ));
3078 case 9: return new IS(getMessage(), new Integer( 68 ));
3079 case 10: return new CE(getMessage());
3080 case 11: return new ST(getMessage());
3081 case 12: return new DT(getMessage());
3082 case 13: return new DT(getMessage());
3083 case 14: return new NM(getMessage());
3084 case 15: return new XPN(getMessage());
3085 case 16: return new XAD(getMessage());
3086 case 17: return new XTN(getMessage());
3087 case 18: return new CX(getMessage());
3088 case 19: return new IS(getMessage(), new Integer( 66 ));
3089 case 20: return new XON(getMessage());
3090 case 21: return new ID(getMessage(), new Integer( 136 ));
3091 case 22: return new CE(getMessage());
3092 case 23: return new TS(getMessage());
3093 case 24: return new ID(getMessage(), new Integer( 136 ));
3094 case 25: return new CE(getMessage());
3095 case 26: return new CP(getMessage());
3096 case 27: return new NM(getMessage());
3097 case 28: return new CX(getMessage());
3098 case 29: return new CE(getMessage());
3099 case 30: return new DT(getMessage());
3100 case 31: return new DT(getMessage());
3101 case 32: return new IS(getMessage(), new Integer( 223 ));
3102 case 33: return new IS(getMessage(), new Integer( 9 ));
3103 case 34: return new CE(getMessage());
3104 case 35: return new CE(getMessage());
3105 case 36: return new IS(getMessage(), new Integer( 220 ));
3106 case 37: return new CE(getMessage());
3107 case 38: return new ID(getMessage(), new Integer( 136 ));
3108 case 39: return new IS(getMessage(), new Integer( 231 ));
3109 case 40: return new CE(getMessage());
3110 case 41: return new XPN(getMessage());
3111 case 42: return new CE(getMessage());
3112 case 43: return new CE(getMessage());
3113 case 44: return new XPN(getMessage());
3114 case 45: return new XTN(getMessage());
3115 case 46: return new CE(getMessage());
3116 case 47: return new IS(getMessage(), new Integer( 63 ));
3117 case 48: return new ST(getMessage());
3118 case 49: return new JCC(getMessage());
3119 case 50: return new XON(getMessage());
3120 case 51: return new IS(getMessage(), new Integer( 295 ));
3121 case 52: return new IS(getMessage(), new Integer( 311 ));
3122 case 53: return new FC(getMessage());
3123 case 54: return new CE(getMessage());
3124 default: return null;
3125 }
3126 }
3127
3128
3129 }
3130