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.v25.segment;
35
36
37 import ca.uhn.hl7v2.model.v25.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 @SuppressWarnings("unused")
86 public class FT1 extends AbstractSegment {
87
88
89
90
91 public FT1(Group parent, ModelClassFactory factory) {
92 super(parent, factory);
93 init(factory);
94 }
95
96 private void init(ModelClassFactory factory) {
97 try {
98 this.add(SI.class, false, 1, 4, new Object[]{ getMessage() }, "Set ID - FT1");
99 this.add(ST.class, false, 1, 12, new Object[]{ getMessage() }, "Transaction ID");
100 this.add(ST.class, false, 1, 10, new Object[]{ getMessage() }, "Transaction Batch ID");
101 this.add(DR.class, true, 1, 53, new Object[]{ getMessage() }, "Transaction Date");
102 this.add(TS.class, false, 1, 26, new Object[]{ getMessage() }, "Transaction Posting Date");
103 this.add(IS.class, true, 1, 8, new Object[]{ getMessage(), new Integer(17) }, "Transaction Type");
104 this.add(CE.class, true, 1, 250, new Object[]{ getMessage() }, "Transaction Code");
105 this.add(ST.class, false, 1, 40, new Object[]{ getMessage() }, "Transaction Description");
106 this.add(ST.class, false, 1, 40, new Object[]{ getMessage() }, "Transaction Description - Alt");
107 this.add(NM.class, false, 1, 6, new Object[]{ getMessage() }, "Transaction Quantity");
108 this.add(CP.class, false, 1, 12, new Object[]{ getMessage() }, "Transaction Amount - Extended");
109 this.add(CP.class, false, 1, 12, new Object[]{ getMessage() }, "Transaction Amount - Unit");
110 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Department Code");
111 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Insurance Plan ID");
112 this.add(CP.class, false, 1, 12, new Object[]{ getMessage() }, "Insurance Amount");
113 this.add(PL.class, false, 1, 80, new Object[]{ getMessage() }, "Assigned Patient Location");
114 this.add(IS.class, false, 1, 1, new Object[]{ getMessage(), new Integer(24) }, "Fee Schedule");
115 this.add(IS.class, false, 1, 2, new Object[]{ getMessage(), new Integer(18) }, "Patient Type");
116 this.add(CE.class, false, 0, 250, new Object[]{ getMessage() }, "Diagnosis Code - FT1");
117 this.add(XCN.class, false, 0, 250, new Object[]{ getMessage() }, "Performed By Code");
118 this.add(XCN.class, false, 0, 250, new Object[]{ getMessage() }, "Ordered By Code");
119 this.add(CP.class, false, 1, 12, new Object[]{ getMessage() }, "Unit Cost");
120 this.add(EI.class, false, 1, 22, new Object[]{ getMessage() }, "Filler Order Number");
121 this.add(XCN.class, false, 0, 250, new Object[]{ getMessage() }, "Entered By Code");
122 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Procedure Code");
123 this.add(CE.class, false, 0, 250, new Object[]{ getMessage() }, "Procedure Code Modifier");
124 this.add(CE.class, false, 1, 250, new Object[]{ getMessage() }, "Advanced Beneficiary Notice Code");
125 this.add(CWE.class, false, 1, 250, new Object[]{ getMessage() }, "Medically Necessary Duplicate Procedure Reason.");
126 this.add(CNE.class, false, 1, 250, new Object[]{ getMessage() }, "NDC Code");
127 this.add(CX.class, false, 1, 250, new Object[]{ getMessage() }, "Payment Reference ID");
128 this.add(SI.class, false, 0, 4, new Object[]{ getMessage() }, "Transaction Reference Key");
129 } catch(HL7Exception e) {
130 log.error("Unexpected error creating FT1 - this is probably a bug in the source code generator.", e);
131 }
132 }
133
134
135
136
137
138
139
140 public SI getSetIDFT1() {
141 SI retVal = this.getTypedField(1, 0);
142 return retVal;
143 }
144
145
146
147
148
149 public SI getFt11_SetIDFT1() {
150 SI retVal = this.getTypedField(1, 0);
151 return retVal;
152 }
153
154
155
156
157
158
159
160 public ST getTransactionID() {
161 ST retVal = this.getTypedField(2, 0);
162 return retVal;
163 }
164
165
166
167
168
169 public ST getFt12_TransactionID() {
170 ST retVal = this.getTypedField(2, 0);
171 return retVal;
172 }
173
174
175
176
177
178
179
180 public ST getTransactionBatchID() {
181 ST retVal = this.getTypedField(3, 0);
182 return retVal;
183 }
184
185
186
187
188
189 public ST getFt13_TransactionBatchID() {
190 ST retVal = this.getTypedField(3, 0);
191 return retVal;
192 }
193
194
195
196
197
198
199
200 public DR getTransactionDate() {
201 DR retVal = this.getTypedField(4, 0);
202 return retVal;
203 }
204
205
206
207
208
209 public DR getFt14_TransactionDate() {
210 DR retVal = this.getTypedField(4, 0);
211 return retVal;
212 }
213
214
215
216
217
218
219
220 public TS getTransactionPostingDate() {
221 TS retVal = this.getTypedField(5, 0);
222 return retVal;
223 }
224
225
226
227
228
229 public TS getFt15_TransactionPostingDate() {
230 TS retVal = this.getTypedField(5, 0);
231 return retVal;
232 }
233
234
235
236
237
238
239
240 public IS getTransactionType() {
241 IS retVal = this.getTypedField(6, 0);
242 return retVal;
243 }
244
245
246
247
248
249 public IS getFt16_TransactionType() {
250 IS retVal = this.getTypedField(6, 0);
251 return retVal;
252 }
253
254
255
256
257
258
259
260 public CE getTransactionCode() {
261 CE retVal = this.getTypedField(7, 0);
262 return retVal;
263 }
264
265
266
267
268
269 public CE getFt17_TransactionCode() {
270 CE retVal = this.getTypedField(7, 0);
271 return retVal;
272 }
273
274
275
276
277
278
279
280 public ST getTransactionDescription() {
281 ST retVal = this.getTypedField(8, 0);
282 return retVal;
283 }
284
285
286
287
288
289 public ST getFt18_TransactionDescription() {
290 ST retVal = this.getTypedField(8, 0);
291 return retVal;
292 }
293
294
295
296
297
298
299
300 public ST getTransactionDescriptionAlt() {
301 ST retVal = this.getTypedField(9, 0);
302 return retVal;
303 }
304
305
306
307
308
309 public ST getFt19_TransactionDescriptionAlt() {
310 ST retVal = this.getTypedField(9, 0);
311 return retVal;
312 }
313
314
315
316
317
318
319
320 public NM getTransactionQuantity() {
321 NM retVal = this.getTypedField(10, 0);
322 return retVal;
323 }
324
325
326
327
328
329 public NM getFt110_TransactionQuantity() {
330 NM retVal = this.getTypedField(10, 0);
331 return retVal;
332 }
333
334
335
336
337
338
339
340 public CP getTransactionAmountExtended() {
341 CP retVal = this.getTypedField(11, 0);
342 return retVal;
343 }
344
345
346
347
348
349 public CP getFt111_TransactionAmountExtended() {
350 CP retVal = this.getTypedField(11, 0);
351 return retVal;
352 }
353
354
355
356
357
358
359
360 public CP getTransactionAmountUnit() {
361 CP retVal = this.getTypedField(12, 0);
362 return retVal;
363 }
364
365
366
367
368
369 public CP getFt112_TransactionAmountUnit() {
370 CP retVal = this.getTypedField(12, 0);
371 return retVal;
372 }
373
374
375
376
377
378
379
380 public CE getDepartmentCode() {
381 CE retVal = this.getTypedField(13, 0);
382 return retVal;
383 }
384
385
386
387
388
389 public CE getFt113_DepartmentCode() {
390 CE retVal = this.getTypedField(13, 0);
391 return retVal;
392 }
393
394
395
396
397
398
399
400 public CE getInsurancePlanID() {
401 CE retVal = this.getTypedField(14, 0);
402 return retVal;
403 }
404
405
406
407
408
409 public CE getFt114_InsurancePlanID() {
410 CE retVal = this.getTypedField(14, 0);
411 return retVal;
412 }
413
414
415
416
417
418
419
420 public CP getInsuranceAmount() {
421 CP retVal = this.getTypedField(15, 0);
422 return retVal;
423 }
424
425
426
427
428
429 public CP getFt115_InsuranceAmount() {
430 CP retVal = this.getTypedField(15, 0);
431 return retVal;
432 }
433
434
435
436
437
438
439
440 public PL getAssignedPatientLocation() {
441 PL retVal = this.getTypedField(16, 0);
442 return retVal;
443 }
444
445
446
447
448
449 public PL getFt116_AssignedPatientLocation() {
450 PL retVal = this.getTypedField(16, 0);
451 return retVal;
452 }
453
454
455
456
457
458
459
460 public IS getFeeSchedule() {
461 IS retVal = this.getTypedField(17, 0);
462 return retVal;
463 }
464
465
466
467
468
469 public IS getFt117_FeeSchedule() {
470 IS retVal = this.getTypedField(17, 0);
471 return retVal;
472 }
473
474
475
476
477
478
479
480 public IS getPatientType() {
481 IS retVal = this.getTypedField(18, 0);
482 return retVal;
483 }
484
485
486
487
488
489 public IS getFt118_PatientType() {
490 IS retVal = this.getTypedField(18, 0);
491 return retVal;
492 }
493
494
495
496
497
498 public CE[] getDiagnosisCodeFT1() {
499 CE[] retVal = this.getTypedField(19, new CE[0]);
500 return retVal;
501 }
502
503
504
505
506
507 public CE[] getFt119_DiagnosisCodeFT1() {
508 CE[] retVal = this.getTypedField(19, new CE[0]);
509 return retVal;
510 }
511
512
513
514
515
516
517
518 public int getDiagnosisCodeFT1Reps() {
519 return this.getReps(19);
520 }
521
522
523
524
525
526
527
528
529 public CE getDiagnosisCodeFT1(int rep) {
530 CE retVal = this.getTypedField(19, rep);
531 return retVal;
532 }
533
534
535
536
537
538
539
540 public CE getFt119_DiagnosisCodeFT1(int rep) {
541 CE retVal = this.getTypedField(19, rep);
542 return retVal;
543 }
544
545
546
547
548
549
550 public int getFt119_DiagnosisCodeFT1Reps() {
551 return this.getReps(19);
552 }
553
554
555
556
557
558
559
560
561
562 public CE insertDiagnosisCodeFT1(int rep) throws HL7Exception {
563 return (CE) super.insertRepetition(19, rep);
564 }
565
566
567
568
569
570
571
572
573
574 public CE insertFt119_DiagnosisCodeFT1(int rep) throws HL7Exception {
575 return (CE) super.insertRepetition(19, rep);
576 }
577
578
579
580
581
582
583
584
585
586 public CE removeDiagnosisCodeFT1(int rep) throws HL7Exception {
587 return (CE) super.removeRepetition(19, rep);
588 }
589
590
591
592
593
594
595
596
597
598 public CE removeFt119_DiagnosisCodeFT1(int rep) throws HL7Exception {
599 return (CE) super.removeRepetition(19, rep);
600 }
601
602
603
604
605
606
607 public XCN[] getPerformedByCode() {
608 XCN[] retVal = this.getTypedField(20, new XCN[0]);
609 return retVal;
610 }
611
612
613
614
615
616 public XCN[] getFt120_PerformedByCode() {
617 XCN[] retVal = this.getTypedField(20, new XCN[0]);
618 return retVal;
619 }
620
621
622
623
624
625
626
627 public int getPerformedByCodeReps() {
628 return this.getReps(20);
629 }
630
631
632
633
634
635
636
637
638 public XCN getPerformedByCode(int rep) {
639 XCN retVal = this.getTypedField(20, rep);
640 return retVal;
641 }
642
643
644
645
646
647
648
649 public XCN getFt120_PerformedByCode(int rep) {
650 XCN retVal = this.getTypedField(20, rep);
651 return retVal;
652 }
653
654
655
656
657
658
659 public int getFt120_PerformedByCodeReps() {
660 return this.getReps(20);
661 }
662
663
664
665
666
667
668
669
670
671 public XCN insertPerformedByCode(int rep) throws HL7Exception {
672 return (XCN) super.insertRepetition(20, rep);
673 }
674
675
676
677
678
679
680
681
682
683 public XCN insertFt120_PerformedByCode(int rep) throws HL7Exception {
684 return (XCN) super.insertRepetition(20, rep);
685 }
686
687
688
689
690
691
692
693
694
695 public XCN removePerformedByCode(int rep) throws HL7Exception {
696 return (XCN) super.removeRepetition(20, rep);
697 }
698
699
700
701
702
703
704
705
706
707 public XCN removeFt120_PerformedByCode(int rep) throws HL7Exception {
708 return (XCN) super.removeRepetition(20, rep);
709 }
710
711
712
713
714
715
716 public XCN[] getOrderedByCode() {
717 XCN[] retVal = this.getTypedField(21, new XCN[0]);
718 return retVal;
719 }
720
721
722
723
724
725 public XCN[] getFt121_OrderedByCode() {
726 XCN[] retVal = this.getTypedField(21, new XCN[0]);
727 return retVal;
728 }
729
730
731
732
733
734
735
736 public int getOrderedByCodeReps() {
737 return this.getReps(21);
738 }
739
740
741
742
743
744
745
746
747 public XCN getOrderedByCode(int rep) {
748 XCN retVal = this.getTypedField(21, rep);
749 return retVal;
750 }
751
752
753
754
755
756
757
758 public XCN getFt121_OrderedByCode(int rep) {
759 XCN retVal = this.getTypedField(21, rep);
760 return retVal;
761 }
762
763
764
765
766
767
768 public int getFt121_OrderedByCodeReps() {
769 return this.getReps(21);
770 }
771
772
773
774
775
776
777
778
779
780 public XCN insertOrderedByCode(int rep) throws HL7Exception {
781 return (XCN) super.insertRepetition(21, rep);
782 }
783
784
785
786
787
788
789
790
791
792 public XCN insertFt121_OrderedByCode(int rep) throws HL7Exception {
793 return (XCN) super.insertRepetition(21, rep);
794 }
795
796
797
798
799
800
801
802
803
804 public XCN removeOrderedByCode(int rep) throws HL7Exception {
805 return (XCN) super.removeRepetition(21, rep);
806 }
807
808
809
810
811
812
813
814
815
816 public XCN removeFt121_OrderedByCode(int rep) throws HL7Exception {
817 return (XCN) super.removeRepetition(21, rep);
818 }
819
820
821
822
823
824
825
826
827 public CP getUnitCost() {
828 CP retVal = this.getTypedField(22, 0);
829 return retVal;
830 }
831
832
833
834
835
836 public CP getFt122_UnitCost() {
837 CP retVal = this.getTypedField(22, 0);
838 return retVal;
839 }
840
841
842
843
844
845
846
847 public EI getFillerOrderNumber() {
848 EI retVal = this.getTypedField(23, 0);
849 return retVal;
850 }
851
852
853
854
855
856 public EI getFt123_FillerOrderNumber() {
857 EI retVal = this.getTypedField(23, 0);
858 return retVal;
859 }
860
861
862
863
864
865 public XCN[] getEnteredByCode() {
866 XCN[] retVal = this.getTypedField(24, new XCN[0]);
867 return retVal;
868 }
869
870
871
872
873
874 public XCN[] getFt124_EnteredByCode() {
875 XCN[] retVal = this.getTypedField(24, new XCN[0]);
876 return retVal;
877 }
878
879
880
881
882
883
884
885 public int getEnteredByCodeReps() {
886 return this.getReps(24);
887 }
888
889
890
891
892
893
894
895
896 public XCN getEnteredByCode(int rep) {
897 XCN retVal = this.getTypedField(24, rep);
898 return retVal;
899 }
900
901
902
903
904
905
906
907 public XCN getFt124_EnteredByCode(int rep) {
908 XCN retVal = this.getTypedField(24, rep);
909 return retVal;
910 }
911
912
913
914
915
916
917 public int getFt124_EnteredByCodeReps() {
918 return this.getReps(24);
919 }
920
921
922
923
924
925
926
927
928
929 public XCN insertEnteredByCode(int rep) throws HL7Exception {
930 return (XCN) super.insertRepetition(24, rep);
931 }
932
933
934
935
936
937
938
939
940
941 public XCN insertFt124_EnteredByCode(int rep) throws HL7Exception {
942 return (XCN) super.insertRepetition(24, rep);
943 }
944
945
946
947
948
949
950
951
952
953 public XCN removeEnteredByCode(int rep) throws HL7Exception {
954 return (XCN) super.removeRepetition(24, rep);
955 }
956
957
958
959
960
961
962
963
964
965 public XCN removeFt124_EnteredByCode(int rep) throws HL7Exception {
966 return (XCN) super.removeRepetition(24, rep);
967 }
968
969
970
971
972
973
974
975
976 public CE getProcedureCode() {
977 CE retVal = this.getTypedField(25, 0);
978 return retVal;
979 }
980
981
982
983
984
985 public CE getFt125_ProcedureCode() {
986 CE retVal = this.getTypedField(25, 0);
987 return retVal;
988 }
989
990
991
992
993
994 public CE[] getProcedureCodeModifier() {
995 CE[] retVal = this.getTypedField(26, new CE[0]);
996 return retVal;
997 }
998
999
1000
1001
1002
1003 public CE[] getFt126_ProcedureCodeModifier() {
1004 CE[] retVal = this.getTypedField(26, new CE[0]);
1005 return retVal;
1006 }
1007
1008
1009
1010
1011
1012
1013
1014 public int getProcedureCodeModifierReps() {
1015 return this.getReps(26);
1016 }
1017
1018
1019
1020
1021
1022
1023
1024
1025 public CE getProcedureCodeModifier(int rep) {
1026 CE retVal = this.getTypedField(26, rep);
1027 return retVal;
1028 }
1029
1030
1031
1032
1033
1034
1035
1036 public CE getFt126_ProcedureCodeModifier(int rep) {
1037 CE retVal = this.getTypedField(26, rep);
1038 return retVal;
1039 }
1040
1041
1042
1043
1044
1045
1046 public int getFt126_ProcedureCodeModifierReps() {
1047 return this.getReps(26);
1048 }
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058 public CE insertProcedureCodeModifier(int rep) throws HL7Exception {
1059 return (CE) super.insertRepetition(26, rep);
1060 }
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070 public CE insertFt126_ProcedureCodeModifier(int rep) throws HL7Exception {
1071 return (CE) super.insertRepetition(26, rep);
1072 }
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082 public CE removeProcedureCodeModifier(int rep) throws HL7Exception {
1083 return (CE) super.removeRepetition(26, rep);
1084 }
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094 public CE removeFt126_ProcedureCodeModifier(int rep) throws HL7Exception {
1095 return (CE) super.removeRepetition(26, rep);
1096 }
1097
1098
1099
1100
1101
1102
1103
1104
1105 public CE getAdvancedBeneficiaryNoticeCode() {
1106 CE retVal = this.getTypedField(27, 0);
1107 return retVal;
1108 }
1109
1110
1111
1112
1113
1114 public CE getFt127_AdvancedBeneficiaryNoticeCode() {
1115 CE retVal = this.getTypedField(27, 0);
1116 return retVal;
1117 }
1118
1119
1120
1121
1122
1123
1124
1125 public CWE getMedicallyNecessaryDuplicateProcedureReason() {
1126 CWE retVal = this.getTypedField(28, 0);
1127 return retVal;
1128 }
1129
1130
1131
1132
1133
1134 public CWE getFt128_MedicallyNecessaryDuplicateProcedureReason() {
1135 CWE retVal = this.getTypedField(28, 0);
1136 return retVal;
1137 }
1138
1139
1140
1141
1142
1143
1144
1145 public CNE getNDCCode() {
1146 CNE retVal = this.getTypedField(29, 0);
1147 return retVal;
1148 }
1149
1150
1151
1152
1153
1154 public CNE getFt129_NDCCode() {
1155 CNE retVal = this.getTypedField(29, 0);
1156 return retVal;
1157 }
1158
1159
1160
1161
1162
1163
1164
1165 public CX getPaymentReferenceID() {
1166 CX retVal = this.getTypedField(30, 0);
1167 return retVal;
1168 }
1169
1170
1171
1172
1173
1174 public CX getFt130_PaymentReferenceID() {
1175 CX retVal = this.getTypedField(30, 0);
1176 return retVal;
1177 }
1178
1179
1180
1181
1182
1183 public SI[] getTransactionReferenceKey() {
1184 SI[] retVal = this.getTypedField(31, new SI[0]);
1185 return retVal;
1186 }
1187
1188
1189
1190
1191
1192 public SI[] getFt131_TransactionReferenceKey() {
1193 SI[] retVal = this.getTypedField(31, new SI[0]);
1194 return retVal;
1195 }
1196
1197
1198
1199
1200
1201
1202
1203 public int getTransactionReferenceKeyReps() {
1204 return this.getReps(31);
1205 }
1206
1207
1208
1209
1210
1211
1212
1213
1214 public SI getTransactionReferenceKey(int rep) {
1215 SI retVal = this.getTypedField(31, rep);
1216 return retVal;
1217 }
1218
1219
1220
1221
1222
1223
1224
1225 public SI getFt131_TransactionReferenceKey(int rep) {
1226 SI retVal = this.getTypedField(31, rep);
1227 return retVal;
1228 }
1229
1230
1231
1232
1233
1234
1235 public int getFt131_TransactionReferenceKeyReps() {
1236 return this.getReps(31);
1237 }
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247 public SI insertTransactionReferenceKey(int rep) throws HL7Exception {
1248 return (SI) super.insertRepetition(31, rep);
1249 }
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259 public SI insertFt131_TransactionReferenceKey(int rep) throws HL7Exception {
1260 return (SI) super.insertRepetition(31, rep);
1261 }
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271 public SI removeTransactionReferenceKey(int rep) throws HL7Exception {
1272 return (SI) super.removeRepetition(31, rep);
1273 }
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283 public SI removeFt131_TransactionReferenceKey(int rep) throws HL7Exception {
1284 return (SI) super.removeRepetition(31, rep);
1285 }
1286
1287
1288
1289
1290
1291
1292
1293 protected Type createNewTypeWithoutReflection(int field) {
1294 switch (field) {
1295 case 0: return new SI(getMessage());
1296 case 1: return new ST(getMessage());
1297 case 2: return new ST(getMessage());
1298 case 3: return new DR(getMessage());
1299 case 4: return new TS(getMessage());
1300 case 5: return new IS(getMessage(), new Integer( 17 ));
1301 case 6: return new CE(getMessage());
1302 case 7: return new ST(getMessage());
1303 case 8: return new ST(getMessage());
1304 case 9: return new NM(getMessage());
1305 case 10: return new CP(getMessage());
1306 case 11: return new CP(getMessage());
1307 case 12: return new CE(getMessage());
1308 case 13: return new CE(getMessage());
1309 case 14: return new CP(getMessage());
1310 case 15: return new PL(getMessage());
1311 case 16: return new IS(getMessage(), new Integer( 24 ));
1312 case 17: return new IS(getMessage(), new Integer( 18 ));
1313 case 18: return new CE(getMessage());
1314 case 19: return new XCN(getMessage());
1315 case 20: return new XCN(getMessage());
1316 case 21: return new CP(getMessage());
1317 case 22: return new EI(getMessage());
1318 case 23: return new XCN(getMessage());
1319 case 24: return new CE(getMessage());
1320 case 25: return new CE(getMessage());
1321 case 26: return new CE(getMessage());
1322 case 27: return new CWE(getMessage());
1323 case 28: return new CNE(getMessage());
1324 case 29: return new CX(getMessage());
1325 case 30: return new SI(getMessage());
1326 default: return null;
1327 }
1328 }
1329
1330
1331 }
1332