eddy 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +4 -4
  3. data/CHANGELOG.md +49 -0
  4. data/Gemfile.lock +8 -8
  5. data/README.md +2 -5
  6. data/data/code-lists/333.tsv +8 -0
  7. data/data/segments/amt.segment.yml +7 -0
  8. data/data/segments/bia.segment.yml +10 -0
  9. data/data/segments/cur.segment.yml +8 -0
  10. data/data/segments/dtm.segment.yml +1 -0
  11. data/data/segments/fob.segment.yml +8 -0
  12. data/data/segments/itd.segment.yml +13 -0
  13. data/data/segments/mtx.segment.yml +7 -0
  14. data/data/segments/n9.segment.yml +7 -0
  15. data/data/segments/per.segment.yml +13 -0
  16. data/data/segments/po1.segment.yml +6 -0
  17. data/data/segments/po3.segment.yml +13 -0
  18. data/data/segments/qty.segment.yml +10 -0
  19. data/data/segments/ref.segment.yml +1 -0
  20. data/data/segments/sac.segment.yml +4 -0
  21. data/data/segments/sch.segment.yml +7 -0
  22. data/data/segments/sdq.segment.yml +8 -0
  23. data/data/segments/txi.segment.yml +9 -0
  24. data/data/transaction_sets/810.edi.yml +93 -0
  25. data/data/transaction_sets/846.edi.yml +57 -0
  26. data/data/transaction_sets/850.edi.yml +73 -0
  27. data/data/transaction_sets/855.edi.yml +74 -0
  28. data/data/transaction_sets/856.edi.yml +54 -0
  29. data/eddy.gemspec +1 -1
  30. data/exe/eddy +1 -0
  31. data/lib/definitions/elements/generated/100.currency_code.rb +200 -0
  32. data/lib/definitions/elements/generated/146.shipment_method_of_payment.rb +65 -0
  33. data/lib/definitions/elements/generated/1551.message_text.rb +29 -0
  34. data/lib/definitions/elements/generated/280.exchange_rate.rb +29 -0
  35. data/lib/definitions/elements/generated/309.location_qualifier.rb +209 -0
  36. data/lib/definitions/elements/generated/310.location_identifier.rb +29 -0
  37. data/lib/definitions/elements/generated/311.shipment_type_code.rb +42 -0
  38. data/lib/definitions/elements/generated/322.load_empty_status_code.rb +40 -0
  39. data/lib/definitions/elements/generated/325.tax_identification_number.rb +29 -0
  40. data/lib/definitions/elements/generated/333.terms_basis_date_code.rb +44 -0
  41. data/lib/definitions/elements/generated/336.terms_type_code.rb +102 -0
  42. data/lib/definitions/elements/generated/338.terms_discount_percent.rb +29 -0
  43. data/lib/definitions/elements/generated/351.terms_discount_days_due.rb +30 -0
  44. data/lib/definitions/elements/generated/363.note_reference_code.rb +278 -0
  45. data/lib/definitions/elements/generated/364.communication_number.rb +29 -0
  46. data/lib/definitions/elements/generated/365.communication_number_qualifier.rb +77 -0
  47. data/lib/definitions/elements/generated/366.contact_function_code.rb +267 -0
  48. data/lib/definitions/elements/generated/369.free_form_description.rb +29 -0
  49. data/lib/definitions/elements/generated/370.terms_discount_due_date.rb +29 -0
  50. data/lib/definitions/elements/generated/371.change_reason_code.rb +67 -0
  51. data/lib/definitions/elements/generated/378.allowance_charge_percent_qualifier.rb +48 -0
  52. data/lib/definitions/elements/generated/386.terms_net_days.rb +30 -0
  53. data/lib/definitions/elements/generated/446.terms_net_due_date.rb +29 -0
  54. data/lib/definitions/elements/generated/522.amount_qualifier_code.rb +1510 -0
  55. data/lib/definitions/elements/generated/673.quantity_qualifier.rb +869 -0
  56. data/lib/definitions/elements/generated/755.report_type_code.rb +559 -0
  57. data/lib/definitions/elements/generated/954.percent.rb +29 -0
  58. data/lib/definitions/elements/generated/963.tax_type_code.rb +111 -0
  59. data/lib/definitions/segments/generated/amt.rb +56 -0
  60. data/lib/definitions/segments/generated/bia.rb +107 -0
  61. data/lib/definitions/segments/generated/cur.rb +73 -0
  62. data/lib/definitions/segments/generated/dtm.rb +17 -0
  63. data/lib/definitions/segments/generated/fob.rb +73 -0
  64. data/lib/definitions/segments/generated/hl.rb +90 -0
  65. data/lib/definitions/segments/generated/itd.rb +158 -0
  66. data/lib/definitions/segments/generated/mtx.rb +56 -0
  67. data/lib/definitions/segments/generated/n2.rb +56 -0
  68. data/lib/definitions/segments/generated/n9.rb +56 -0
  69. data/lib/definitions/segments/generated/per.rb +158 -0
  70. data/lib/definitions/segments/generated/po1.rb +102 -0
  71. data/lib/definitions/segments/generated/po3.rb +158 -0
  72. data/lib/definitions/segments/generated/qty.rb +73 -0
  73. data/lib/definitions/segments/generated/ref.rb +17 -0
  74. data/lib/definitions/segments/generated/sac.rb +68 -0
  75. data/lib/definitions/segments/generated/sch.rb +56 -0
  76. data/lib/definitions/segments/generated/sdq.rb +73 -0
  77. data/lib/definitions/segments/generated/txi.rb +90 -0
  78. data/lib/definitions/transaction_sets/manual/846/846.rb +122 -0
  79. data/lib/definitions/transaction_sets/manual/846/loops/lin.rb +155 -0
  80. data/lib/definitions/transaction_sets/manual/846/loops/n1.rb +107 -0
  81. data/lib/definitions/transaction_sets/manual/846/loops/qty.rb +75 -0
  82. data/lib/definitions/transaction_sets/manual/846/loops/sch.rb +59 -0
  83. data/lib/definitions/transaction_sets/manual/846/loops/sln.rb +59 -0
  84. data/lib/definitions/transaction_sets/manual/850/850.rb +108 -1
  85. data/lib/definitions/transaction_sets/manual/850/loops/ctp.rb +47 -0
  86. data/lib/definitions/transaction_sets/manual/850/loops/n1.rb +31 -10
  87. data/lib/definitions/transaction_sets/manual/850/loops/n9.rb +59 -0
  88. data/lib/definitions/transaction_sets/manual/850/loops/pid.rb +47 -0
  89. data/lib/definitions/transaction_sets/manual/850/loops/po1.rb +78 -10
  90. data/lib/definitions/transaction_sets/manual/850/loops/sac.rb +47 -0
  91. data/lib/eddy.rb +49 -3
  92. data/lib/eddy/build/transaction_set_builder.rb +1 -1
  93. data/lib/eddy/config.rb +0 -21
  94. data/lib/eddy/data.rb +0 -40
  95. data/lib/eddy/data/persistence/base.rb +5 -11
  96. data/lib/eddy/data/persistence/memory.rb +14 -22
  97. data/lib/eddy/data/store.rb +0 -18
  98. data/lib/eddy/errors.rb +13 -9
  99. data/lib/eddy/models/element/composite.rb +2 -0
  100. data/lib/eddy/models/element/id.rb +1 -1
  101. data/lib/eddy/models/element/r.rb +5 -3
  102. data/lib/eddy/models/functional_group.rb +10 -5
  103. data/lib/eddy/models/interchange.rb +12 -5
  104. data/lib/eddy/models/transaction_set.rb +19 -7
  105. data/lib/eddy/parse.rb +4 -56
  106. data/lib/eddy/parse/interchange.rb +58 -0
  107. data/lib/eddy/summary/loop.rb +1 -1
  108. data/lib/eddy/summary/segment.rb +2 -1
  109. data/lib/eddy/version.rb +1 -1
  110. metadata +78 -5
@@ -0,0 +1,559 @@
1
+ module Eddy
2
+ module Elements
3
+ # ### Element Summary:
4
+ #
5
+ # - Id: 755
6
+ # - Name: Report Type Code
7
+ # - Type: ID
8
+ # - Min/Max: 2/2
9
+ # - Description: Code indicating the title or contents of a document, report or supporting item
10
+ class E755 < Eddy::Models::Element::ID
11
+
12
+ # @param val [String]
13
+ # @param req [String]
14
+ # @param ref [String]
15
+ # @return [void]
16
+ def initialize(val: nil, req: nil, ref: nil)
17
+ @id = "755"
18
+ @name = "Report Type Code"
19
+ @description = "Code indicating the title or contents of a document, report or supporting item"
20
+ super(
21
+ min: 2,
22
+ max: 2,
23
+ req: req,
24
+ ref: ref,
25
+ val: val,
26
+ )
27
+ end
28
+
29
+ # @return [Array<String>]
30
+ def code_list()
31
+ return [
32
+ "01", # Product Transfer
33
+ "02", # Resale
34
+ "03", # Report Justifying Treatment Beyond Utilization Guidelines
35
+ "04", # Drugs Administered
36
+ "05", # Treatment Diagnosis
37
+ "06", # Initial Assessment
38
+ "07", # Functional Goals
39
+ "08", # Plan of Treatment
40
+ "09", # Progress Report
41
+ "10", # Continued Treatment
42
+ "11", # Chemical Analysis
43
+ "12", # Mechanical Properties
44
+ "13", # Certified Test Report
45
+ "14", # Core Loss Test Report
46
+ "15", # Justification for Admission
47
+ "16", # Western Region 01 (Internal Revenue Service Summary of line 31 on 1040)
48
+ "17", # Return From Tax Payer Report (Internal Revenue Service Summary)
49
+ "18", # Note Receivable
50
+ "19", # Credit Report
51
+ "20", # Process Plan
52
+ "21", # Recovery Plan
53
+ "22", # Functional Plan
54
+ "23", # Contractual Plan
55
+ "24", # Non-Contractual Plan
56
+ "25", # Purchase Plan
57
+ "26", # Production Plan
58
+ "27", # Contract Delivery Schedule
59
+ "28", # Master Delivery Schedule
60
+ "29", # Assembly Plan
61
+ "30", # Lead Time Chart
62
+ "31", # Master Schedule
63
+ "32", # Master Production Schedule
64
+ "33", # Manufacturing Flow Diagram
65
+ "34", # Lot Release Plan
66
+ "35", # Subcontractor Plan
67
+ "36", # Development Plan
68
+ "37", # Lease Agreement
69
+ "38", # Court Judgment
70
+ "39", # Lottery Winning Letter
71
+ "40", # Curb Side Inspection
72
+ "41", # Statistical Model
73
+ "42", # Interior and Exterior Inspection
74
+ "43", # Non-Inspection Report
75
+ "44", # Review Appraisal
76
+ "45", # Investor Guidelines
77
+ "46", # Sole Discretion Inspection
78
+ "47", # Brokers Price Opinion
79
+ "48", # Social Security Benefit Letter
80
+ "49", # Divorce Decree
81
+ "50", # Contract
82
+ "51", # Gift Letter
83
+ "52", # Will
84
+ "53", # Trust Agreement
85
+ "54", # Award Letter
86
+ "55", # Rental Agreement
87
+ "56", # Preliminary Real Estate Settlement Statement
88
+ "57", # Income Statement (Internal Revenue Service Form 1099)
89
+ "58", # Utility Bill
90
+ "59", # Benefit Letter
91
+ "60", # Canceled Check
92
+ "61", # Individual Tax Return (Internal Revenue Service Form 1040)
93
+ "62", # Asset Account Statement
94
+ "63", # Statement of Profit and Loss
95
+ "64", # Partner Share of Income, Credit, Deductions, (Internal Revenue Service Form K1)
96
+ "65", # Partnership Tax Return (Internal Revenue Service Form 1120)
97
+ "66", # Pay Stub
98
+ "67", # Wage and Tax Statement (Internal Revenue Service Form W2)
99
+ "68", # Year End Statement
100
+ "69", # Bank Statement
101
+ "70", # Verification of Loan/Installment Debt Form
102
+ "71", # Verification of Deposit Form
103
+ "72", # Verification of Mortgage/Rent Form
104
+ "73", # Verification of Employment Form
105
+ "74", # Corporation Tax Return (Internal Revenue Service Form 1065)
106
+ "75", # Title Certificates
107
+ "76", # Real Estate Settlement Statement (Housing and Urban Development Form - 1 "HUD1")
108
+ "77", # Support Data for Verification
109
+ "78", # Visa/Export License
110
+ "79", # Multi-Country Textile Declaration
111
+ "80", # Single Country Textile Declaration
112
+ "81", # Negative Textile Declaration
113
+ "82", # Endangered Species Convention on International Trade in Endangered Species (CITES)
114
+ "83", # Trademark Release
115
+ "84", # Water Resistance Statement
116
+ "85", # Certificate of Ceramicware Ceramics Commodities Inspection Bureau (CCIB)
117
+ "86", # Wearing Apparel Detail Sheet (WADS)
118
+ "87", # Interim Footwear Invoice
119
+ "88", # Impact Resistance Statement
120
+ "89", # Toxic Substance Compliance Statement
121
+ "90", # Foreign Shippers Declaration
122
+ "91", # Veterinarian Certificate
123
+ "92", # Child Labor Certificate
124
+ "93", # Prison Labor Certificate
125
+ "94", # Purchase Order Copy
126
+ "95", # Product Analysis
127
+ "96", # American Automotive Labeling Act Certificate
128
+ "97", # Broker Market Analysis
129
+ "A1", # Air Emissions Statements
130
+ "A2", # Anti-Dumping Gasoline Program Report
131
+ "A3", # Allergies/Sensitivities Document
132
+ "A4", # Autopsy Report
133
+ "AA", # Agent Inventory Report
134
+ "AB", # Assembly Drawing
135
+ "AC", # Assay Certificate
136
+ "AD", # Agent/Distributor Inventory Report
137
+ "AE", # Attachment
138
+ "AF", # Aid Form
139
+ "AG", # Actual
140
+ "AH", # Easement Report
141
+ "AI", # Conditions, Covenant, and Restrictions Report
142
+ "AJ", # Impound Account Escrow Analysis Report
143
+ "AK", # Closing Escrow Analysis Report
144
+ "AL", # Reserved Escrow Analysis Report
145
+ "AM", # Ambulance Certification
146
+ "AN", # Title Policy
147
+ "AO", # Average Outgoing Quality Report
148
+ "AP", # Advanced Problem Notification
149
+ "AQ", # Housing and Urban Development (HUD) 1 Report
150
+ "AR", # Asset Reclassification Extension Request
151
+ "AS", # Admission Summary
152
+ "AT", # Purchase Order Attachment
153
+ "AU", # Automobile Claim Report
154
+ "AV", # Averaging Areas Report
155
+ "AW", # Air Waybill
156
+ "AX", # Asset Reclassification Extension Response
157
+ "AY", # Tax Certificate
158
+ "AZ", # Home Owner Authorization
159
+ "B1", # Batch Report
160
+ "B2", # Prescription
161
+ "B3", # Physician Order
162
+ "B4", # Referral Form
163
+ "BA", # Budget
164
+ "BB", # Buy or Sell Exchange Contract Status Statement
165
+ "BC", # Bill of Lading Copy
166
+ "BE", # Benzene Content Averaging Report
167
+ "BF", # Bailment Warehouse Withdrawal Request
168
+ "BL", # Bill of Lading
169
+ "BM", # Bill of Material
170
+ "BN", # Beneficiary Certificate
171
+ "BO", # Bill of Lading Original
172
+ "BR", # Benchmark Testing Results
173
+ "BS", # Baseline
174
+ "BT", # Blanket Test Results
175
+ "BW", # Bill of Sale
176
+ "BY", # Biennial Report
177
+ "C1", # Cost Data Summary
178
+ "C2", # Functional Cost and Hour
179
+ "C3", # Progress Curve
180
+ "C4", # Plant-Wide Data
181
+ "C5", # Certified Cost and Price Data
182
+ "C6", # Wage Determination
183
+ "C7", # Credit Transfer Summary Report
184
+ "C8", # Chemical/Radiological Report
185
+ "C9", # Certification/Authorization Document
186
+ "CA", # Certificate of Analysis
187
+ "CB", # Chiropractic Justification
188
+ "CC", # C.A.A. Certificate of Conformance (British CAA)
189
+ "CD", # Customer/Distributor Inventory Report
190
+ "CE", # Constable Report
191
+ "CF", # Capability
192
+ "CG", # Certificate of Origin
193
+ "CH", # Certificate of Weight
194
+ "CI", # Certificate of Inspection Report
195
+ "CJ", # Complications Document
196
+ "CK", # Consent Form(s)
197
+ "CL", # Cable
198
+ "CM", # Customer/Manufacturer Inventory Report
199
+ "CN", # Customer's Report of Nonconformance
200
+ "CO", # Consignment Order
201
+ "CP", # Certificate of Compliance (Material Certification)
202
+ "CQ", # County Record
203
+ "CR", # Letter of Credit
204
+ "CS", # Consigned Inventory Sales Report
205
+ "CT", # Certification
206
+ "CU", # Customer Notification Letter
207
+ "CW", # Corrective Work Order
208
+ "CX", # Cost/Schedule Status Report (C/SSR)
209
+ "CY", # Contract Funds Status Report (CFSR)
210
+ "CZ", # Campus Police Report
211
+ "D2", # Drug Profile Document
212
+ "DA", # Dental Models
213
+ "DB", # Durable Medical Equipment Prescription
214
+ "DC", # Distributor/Customer Inventory Report
215
+ "DD", # Distributor Inventory Report
216
+ "DE", # Certificate of Quality
217
+ "DF", # DA59 Special Customs Invoice for South Africa
218
+ "DG", # Diagnostic Report
219
+ "DH", # Nitrogen Certificate
220
+ "DI", # Directory
221
+ "DJ", # Discharge Monitoring Report
222
+ "DK", # Drawback Affidavit
223
+ "DL", # Draft and Transmittal Letter
224
+ "DM", # Distributor/Manufacturer Inventory Report
225
+ "DN", # Deviation/Nonconformance Test Results and Request for Action
226
+ "DQ", # Delinquency
227
+ "DR", # Datalog Report
228
+ "DS", # Discharge Summary
229
+ "DT", # Department of Transportation
230
+ "DU", # Commercial
231
+ "DV", # Condominium
232
+ "DW", # Drawing(s)
233
+ "E1", # Exporter's Certificate and Agreement
234
+ "EA", # Electrical Average Outgoing Quality Report
235
+ "EB", # Explanation of Benefits (Coordination of Benefits or Medicare Secondary Payor)
236
+ "EC", # Engineering Change Order
237
+ "ED", # Environmental Exposure Document
238
+ "EL", # Eligibility
239
+ "EP", # Experimental Material Purchase Order
240
+ "ER", # Engineering Change Request
241
+ "EX", # Shippers Export Declaration
242
+ "EY", # Barrel for Barrel Exchange Contract Status Statement
243
+ "F1", # Cost Performance Report (CPR) Format 1
244
+ "F2", # Cost Performance Report (CPR) Format 2
245
+ "F3", # Cost Performance Report (CPR) Format 3
246
+ "F4", # Cost Performance Report (CPR) Format 4
247
+ "F5", # Cost Performance Report (CPR) Format 5
248
+ "F6", # Transportation Carrier Inspection Report
249
+ "F7", # Government Inspection Report
250
+ "F8", # Inspection Waiver (Written)
251
+ "F9", # Inspection Waiver (Oral)
252
+ "FB", # Federal Bureau of Investigation
253
+ "FC", # Fumigation Certificate
254
+ "FD", # Federal Specification Compliance
255
+ "FE", # Federal Emergency Management Agency
256
+ "FH", # Limitation of Heavy Elements
257
+ "FI", # Fire Report
258
+ "FM", # Family Medical History Document
259
+ "FS", # Certificate of Free Sale
260
+ "GP", # Gas Processor's Report
261
+ "GT", # Gas Transporter's Report
262
+ "HC", # Health Certificate
263
+ "HR", # Health Clinic Records
264
+ "HW", # Hazardous Waste Manifest
265
+ "I2", # Consular Invoice
266
+ "I3", # Customs Invoice
267
+ "I4", # Forwarder's Invoice
268
+ "I5", # Immunization Record
269
+ "I6", # Carrier's Invoice
270
+ "IA", # Insurance Attachment
271
+ "IC", # Insurance Certificate
272
+ "IM", # Import License
273
+ "IN", # Inspection Request
274
+ "IP", # Inventory Parameter Report
275
+ "IR", # State School Immunization Records
276
+ "IS", # Index System
277
+ "IT", # Certified Inspection and Test Results
278
+ "IU", # Inspection Result
279
+ "IV", # Invoice
280
+ "JA", # Certificate of Good Standing
281
+ "JB", # Tax Status Clearance
282
+ "JC", # Consent to Use Name
283
+ "JD", # Certificate of Registration
284
+ "JE", # Certificate of Existence
285
+ "JF", # Certificate of Status
286
+ "JG", # Certificate of Name Change
287
+ "JH", # Certificate of Merger
288
+ "JI", # Certificate of Significant Change
289
+ "JK", # Balance Sheet
290
+ "JL", # Application of Name Reservation
291
+ "JM", # Schedule of Capital
292
+ "JN", # Foreign Tax Return
293
+ "JO", # Permit Application
294
+ "JP", # Admission Tax Return
295
+ "JQ", # Addendum to Articles
296
+ "JR", # Articles and Amendments
297
+ "JS", # Appointment of Commissioner as Registered Agent
298
+ "JT", # Certificate of Disclosure
299
+ "JV", # Notice of Registered Office
300
+ "JW", # Notice of Directors
301
+ "JX", # Organization and First Biennial Report
302
+ "JY", # Agreement of Statutory Agent
303
+ "JZ", # Consent to Act
304
+ "KA", # Contract Data Requirements List (CDRL)
305
+ "KC", # Kosher Certificate
306
+ "KD", # Engineering Drawing List
307
+ "KE", # Purchased Engineering Data List
308
+ "KF", # Support Documents
309
+ "KG", # Purchased Documents
310
+ "KH", # Proposal Support Data
311
+ "KI", # Purchased Drawings
312
+ "KJ", # Change Proposal Data
313
+ "KY", # Report of Assignment or Modification of Key Events
314
+ "KZ", # Request for Assignment or Modification of Key Events
315
+ "LA", # Laboratory Results
316
+ "LB", # Legalized Bill of Lading
317
+ "LC", # Location Inventory Report
318
+ "LD", # Laboratory Quality Review Variation, Deviation
319
+ "LE", # Latest Revised Estimate
320
+ "LG", # Legalized Certificate of Origin
321
+ "LI", # Legalized Invoice
322
+ "LO", # Laboratory Quality Review Order, Waiver
323
+ "LP", # Labor Plan
324
+ "LR", # Laboratory Quality Review Order, Deviation
325
+ "LS", # Lease Settlement Statement
326
+ "LT", # License Application Attachment
327
+ "LW", # Laboratory Quality Review Variation, Waiver
328
+ "M1", # Medical Record Attachment
329
+ "MA", # Manufacturer/Agent Inventory Report
330
+ "MB", # Manufacturer/Distributor Inventory Report
331
+ "MC", # Manufacturer/Customer Inventory Report
332
+ "MD", # Material Data Sheets
333
+ "ME", # Major Deviation Request
334
+ "MF", # Manufacturing Specification
335
+ "MG", # Migrant Student Records Transfer System (MSRTS) Record
336
+ "MH", # Report of Full Maintenance Period Detail
337
+ "MI", # Mortgage Insurance Certification
338
+ "MJ", # Request for Maintenance Period Status
339
+ "MK", # Report of Maintenance Period Status
340
+ "ML", # Request for Full Maintenance Period Detail
341
+ "MM", # Manufacturer Inventory Report
342
+ "MN", # Minor Deviation Request
343
+ "MO", # Manufacturer's Statement of Origin
344
+ "MP", # Request for Establishment, Modification, or Cancellation of Maintenance Period
345
+ "MQ", # Report of Establishment, Modification, or Cancellation of Maintenance Period
346
+ "MR", # Material Inspection and Receiving Report
347
+ "MS", # Material Safety Data Sheet
348
+ "MT", # Models
349
+ "MV", # Metered Volumes
350
+ "MZ", # Motor Vehicle Report
351
+ "NA", # National Insurance Crime Bureau Assignment
352
+ "NC", # Certificate of Quantity
353
+ "ND", # Commercial Invoice
354
+ "NI", # National Insurance Crime Bureau
355
+ "NL", # National Insurance Crime Bureau Total Loss
356
+ "NM", # Monthly Contractor Financial Management Report
357
+ "NN", # Nursing Notes
358
+ "NO", # National Insurance Crime Bureau Other than Theft
359
+ "NQ", # Quarterly Contractor Financial Management Report
360
+ "NR", # NOx Emissions Averaging Report
361
+ "NT", # National Insurance Crime Bureau Total Theft
362
+ "OB", # Operative Note
363
+ "OC", # Oxygen Content Averaging Report
364
+ "OD", # Orders and Treatments Document
365
+ "OE", # Objective Physical Examination (including vital signs) Document
366
+ "OL", # Ocean Bill of Lading
367
+ "OP", # Outside Production Operation Sheet
368
+ "OR", # Oil Storer's Report
369
+ "OS", # Organization Breakdown Structure
370
+ "OT", # Oil Transporter's Report
371
+ "OX", # Oxygen Therapy Certification
372
+ "OZ", # Support Data for Claim
373
+ "P1", # Packing List
374
+ "P2", # Protest
375
+ "P3", # Receipt
376
+ "P4", # Pathology Report
377
+ "P5", # Patient Medical History Document
378
+ "P6", # Periodontal Charts
379
+ "P7", # Periodontal Reports
380
+ "P8", # Property Claim Report
381
+ "PA", # Part Drawing
382
+ "PB", # Product Catalog
383
+ "PC", # Process Change Notice
384
+ "PD", # Proof of Delivery
385
+ "PE", # Parenteral or Enteral Certification
386
+ "PF", # Product Specification
387
+ "PG", # Packaging Specification
388
+ "PH", # Production History - Property Level
389
+ "PI", # Product Availability Inquiry
390
+ "PJ", # Purchasing Specification
391
+ "PK", # Storage Information Inquiry
392
+ "PL", # Property Insurance Loss Register
393
+ "PM", # Proof of Insurance
394
+ "PN", # Physical Therapy Notes
395
+ "PO", # Prosthetics or Orthotic Certification
396
+ "PP", # Proposal
397
+ "PQ", # Paramedical Results
398
+ "PR", # Purchase Report
399
+ "PS", # Pipeline/Shipper Inventory Report
400
+ "PT", # Inter-Plant Inventory Report
401
+ "PV", # Police Report
402
+ "PW", # Production History - Well Level
403
+ "PX", # Production, Injection and Disposition Report
404
+ "PY", # Physician's Report
405
+ "PZ", # Physical Therapy Certification
406
+ "QC", # Cause and Corrective Action Report
407
+ "QD", # Quality Review Order, Purchasing
408
+ "QE", # Quality Detail
409
+ "QM", # Quality Review Order, Manufacturing
410
+ "QR", # Quality Report
411
+ "QS", # Quality Review Order Supplement
412
+ "QT", # Quality Summary
413
+ "R1", # Reformulated Gasoline/Anti-Dumping Company Registration
414
+ "R2", # Reformulated Gasoline/Anti-Dumping Facility Registration
415
+ "R3", # Technical Information Package
416
+ "R4", # Purchased Technical Information Package
417
+ "R5", # Technical Information
418
+ "R6", # Miscellaneous Information
419
+ "RA", # Revision Announcement
420
+ "RB", # Radiology Films
421
+ "RC", # Request for Cause and Corrective Action Report
422
+ "RD", # Payment Bond
423
+ "RE", # Performance Bond
424
+ "RF", # Reliability Fail Rate Report
425
+ "RG", # Residential
426
+ "RM", # Request for Manufacturing Engineer Appraisal
427
+ "RN", # Supplier's Report of Nonconformance
428
+ "RO", # Regular Order
429
+ "RR", # Radiology Reports
430
+ "RT", # Report of Tests and Analysis Report
431
+ "RV", # Reid Vapor Pressure (RVP) Averaging Report
432
+ "RX", # Renewable Oxygen Content Averaging Report
433
+ "S1", # Supply and Shipment Status Report
434
+ "S2", # Supply Status Report
435
+ "S3", # Exception Supply Status Report
436
+ "S4", # Exception Supply and Shipment Status Report
437
+ "S5", # Product Quality Deficiency Report Category I
438
+ "S6", # Product Quality Deficiency Report Category II
439
+ "S7", # "Walsh-Healey Act" Manufacturer or Regular Dealer
440
+ "S8", # Report of Findings
441
+ "S9", # Representation
442
+ "SA", # State Police Report
443
+ "SB", # Sample Approval and Rejection List
444
+ "SC", # Sanitary Certificate
445
+ "SD", # Support Data for a Request for Quote
446
+ "SE", # Security Police Report
447
+ "SF", # Contract Security Classification Specification
448
+ "SG", # Symptoms Document
449
+ "SH", # Sheriff Report
450
+ "SI", # Seller Inventory Report
451
+ "SL", # Sample Bale List
452
+ "SM", # Shipping Manifests
453
+ "SN", # Shipping Notice
454
+ "SO", # Secretary Certificate
455
+ "SP", # Specification
456
+ "SQ", # Statistical Quality Documents
457
+ "SR", # Statistical Report
458
+ "SS", # Seller Sales Report
459
+ "ST", # Student Educational Record (Transcript)
460
+ "SU", # Supplier's Certificate
461
+ "SV", # Survey
462
+ "SW", # Sea Waybill
463
+ "SX", # Steamship Due Bill
464
+ "SY", # Train Sheet
465
+ "T1", # Title Bill
466
+ "T2", # Preliminary Title Work
467
+ "T3", # Loan Documents
468
+ "T4", # Tax Information
469
+ "T5", # Toxics Emissions Performance Averaging Report
470
+ "T6", # Toxics Release Inventory
471
+ "TA", # Asset Support Inquiry
472
+ "TB", # Asset Support Advice
473
+ "TC", # Physical Inventory Request
474
+ "TD", # Asset Reclassification Response
475
+ "TE", # Asset Reclassification Request
476
+ "TF", # Transaction History Request
477
+ "TG", # Two to Four Family
478
+ "TH", # Total Theft Claim Report
479
+ "TI", # Asset Status Inquiry
480
+ "TJ", # Asset Status Advice
481
+ "TK", # Logistics Transfer Inquiry
482
+ "TL", # Logistics Transfer Advice
483
+ "TM", # Stock Sale Report
484
+ "TN", # Delayed Sale Report
485
+ "TO", # Demand Report
486
+ "TP", # Treatments Certificate
487
+ "TQ", # Storage Information Advice
488
+ "TR", # Transmittal Letter
489
+ "TS", # Sulfur, Olefins, and T90 Averaging Report
490
+ "TT", # Title Transfer
491
+ "TX", # Tax-exempt Certificate
492
+ "U1", # Survey Report
493
+ "UA", # Union Agreement
494
+ "UB", # Certificate of Designation of Registered Agent
495
+ "UD", # List of Officers and Directors
496
+ "UE", # Resolution and Consent Form
497
+ "UF", # Domestic Business Corporation Initial Report
498
+ "UG", # Registered Agent Application
499
+ "UH", # Articles of Incorporation
500
+ "UI", # Certificate of Compliance
501
+ "UJ", # Certificate of Authorization
502
+ "UK", # Charter
503
+ "UL", # Other Type of Report
504
+ "UM", # Affidavit of Acceptance
505
+ "UN", # Resolution Adopting Fictitious Name
506
+ "UO", # Trade Name Application
507
+ "UP", # Declaration of Solicitor
508
+ "UQ", # Memorandum of Association
509
+ "UR", # Notice of Registered Agent
510
+ "US", # "BUY AMERICA" Certification of Compliance
511
+ "UT", # Notice of Registered Office
512
+ "UU", # Dissolution of Existing Registration
513
+ "UV", # Appointment of Statutory Agent
514
+ "UX", # Regulatory Approval for Professional Association
515
+ "UY", # Initial Annual Report
516
+ "UZ", # Certificate of Fact
517
+ "V1", # Voter Registration Application
518
+ "V2", # Voter Registration Application Disposition
519
+ "V3", # Voter Information Record
520
+ "V4", # Change of Name and/or Address
521
+ "V5", # Death Notification
522
+ "V6", # Felony Conviction Notification
523
+ "V7", # Incompetency Notification
524
+ "VA", # Variance Analysis
525
+ "VC", # Volatile Organic Compounds (VOC) Emissions Averaging Report
526
+ "VD", # Data Request for Vendor's Specifications or Drawings.
527
+ "VM", # Visual/Mechanical Average Outgoing Quality Report
528
+ "W1", # Safe Drinking Water Bacteriological Report
529
+ "W2", # Safe Drinking Water Report
530
+ "WA", # Fictitious Name Statement
531
+ "WB", # Work Breakdown Structure
532
+ "WC", # Request for Assignment or Deletion of Work Candidate
533
+ "WD", # Report of Assignment or Deletion of Work Candidate
534
+ "WE", # Business Conducted Prior to Qualification Form
535
+ "WF", # By-Laws
536
+ "WG", # Appointment of Agent for Service and Consent to Act
537
+ "WH", # Certificate of Name Clearance
538
+ "WI", # Well Information
539
+ "WP", # Work Progress
540
+ "WT", # Well Test Information
541
+ "X1", # Complete Appraisal
542
+ "X2", # Limited Appraisal
543
+ "X3", # Self-contained Report
544
+ "X4", # Summary Report
545
+ "X5", # Restricted Report
546
+ "XE", # Equipment Test Results
547
+ "XP", # Photographs
548
+ "Y1", # Appraisal
549
+ "Y2", # Broker Price Opinion
550
+ "Y3", # Real Estate Property Information
551
+ "ZA", # Flood Determination Report
552
+ "ZB", # Conventional Ammunition Suspension Report
553
+ "ZZ", # Mutually Defined
554
+ ]
555
+ end
556
+
557
+ end
558
+ end
559
+ end