RDPCrystal EDI Library Releases

Released: Mar 10, 2020

Updates in 9.6.0.4

Fixes

  • EDIValidator - Fix for adding a RDPScript rule for a segment that repeats indefinitely, but was not found.
  • Typed Documents - Fix for loading repeating elements and using repetition character from loaded EDI documents.

Released: Feb 27, 2020

Updates in 9.6.0.3

Fixes

  • Typed Documents - Fix for loading repeating elements.

Released: Feb 17, 2020

Updates in 9.6.0.1

Features

  • EDI Rules Creator - New Status Bar added to show number of records in each section.
  • Printer Forms are now available for .NET Core.

Fixes

  • EDI Validator - Fix added for when a composite element is zero when trying to find element description.

Released: Jan 12, 2020

Updates in 9.6.0.0

Features

  • Added new EDI File Parser component:
    • Multi-threaded EDI parser.
    • Parses any EDI file (X12 and EDIFACT).
    • Auto detection of segment, element and composite delimiters.
    • Creates a line-by-line iterator over EDI file data
    • Extremely easy to use API
  • EDI Rules Creator Studio - Added the ability to save modified EDI files while testing.

Released: Dec 12, 2019

Updates in 9.5.0.2

Features

EDI Rules Creator Studio

  • Added the ability to see all loops where a particular segment is used.
  • Added the ability to see all the elements a segment has in the Validation tab .

Fixes

  • EDIValidator - Issue address where certain subloops were not detected properly.

Released: Nov 22, 2019

Updates in 9.5.0.1

Fixes

  • TypedDocuments – EB, EQ, SV1, SV2, SV3, SV6, SVC procedure modifiers issue resolved.
  • Minor optimizations across most components.

Released: Sep 13, 2019

Updates in 9.4.0.5

Features

  • Added new CMS 1500 Form Printer component which allows developers to print health data on CMS 1500 forms.
  • TypedDocuments - Ability to drill into loops and segments
  • LightWeightLoop - Ability to drill into loops and segments
  • New CMS 1500 Form sample application added.
  • Help File and API updated.

Released: Sep 4, 2019

Updates in 9.4.0.4

Features

  • TypedDocuments now support multiple interchanges.
  • LightWeightLoop Class – GetLoopCollection and GetSegmentCollection methods are now called GetLoops and GetSegments.
  • LightWeightLoops, LightWeigthElements and LightWeigthSegments are replaced with generic Lists.
  • LightWeigthSegment class now has an indexer to get element values.

Released: Aug 19, 2019

Updates in 9.4.0.2

Features

  • RDPCrystal EDI Library JavaScript version now available.
  • EDIFileSplitter can now split strings.

Fixes

  • TOO segment error where composite element was not initialized.

Released: Aug 12, 2019

Updates in 9.4.0.0

Features

  • New Typed4010Document class enables developers to create and consume all 4010 transactions.
  • Over 1001 Typed Segments added to fully support typed 4010 transactions.
  • New RDPCrystalEDILibrary.Docs.x5010 library added.
  • New RDPCrystalEDILibrary.Docs.x4010 library added.
  • TypedEDIDocument renamed to TypedDocument.
  • X125010Document renamed to Typed5010Document.
  • RDPCrystalEDILibrary.Documents.X12 namespace renamed to RDPCrystalEDILibrary.Docs.x5010.
  • RDPCrystalEDILibrary.Documents.X12.IG...