RDPCrystal EDI Library のリリース

Released: Sep 4, 2019

9.4.0.4 での更新項目

機能

  • 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

9.4.0.2 での更新項目

機能

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

不具合の修正

  • TOO segment error where composite element was not initialized.

Released: Aug 12, 2019

9.4.0.0 での更新項目

機能

  • 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.IG5010.Segments...

Released: Jul 14, 2019

9.3.0.1 での更新項目

機能

  • Added support for 6020 Implementation Guides.

Released: May 22, 2019

9.3.0.0 での更新項目

機能

  • EDI File Joiner - Memory optimizations to not create new collections.
  • EDI File Splitter - Memory optimizations to not create new collections.
  • EDI Validator - Composite elements with only a first element had a value that was not in the accepted values and did not get flagged.
  • RDPScript now supports the following operators: Contains, Does Not Contain, Starts With, Does Not Start With, End With, Does Not End With, Length Equals, Length Does Not Equal, Length Less Than, Length Greater Than.

Released: Apr 30, 2019

9.2.0.0 での更新項目

機能

  • Ack999Generator and Ack997Generator’s Generate999Acknowledgement() and Generate997Acknowledgement() methods are now renamed Generate().
  • Rules Files - Rules_5010_820_005010X218 and Rules_5010_820_005010X306 updated to add element descriptions.
  • Sample Program slightly modified.

不具合の修正

  • EDI Validator - Bug fixed where a self rule could make an element required however in a specific position the element is not used. Now an error will not be generated.
  • Typed Document - The EB segment (Subscriber...

Released: Apr 2, 2019

9.1.0.1 での更新項目

機能

  • Flat EDI Data tab added to HIPAA EDI Rules Creator Studio.

不具合の修正

  • EDI Validator - Bug fixed where a required segment was not flagged correctly due to optional segments appearing before it.  This circumstance only occurred in some implementation guides.

Released: Jan 20, 2019

9.0.0.0 での更新項目

機能

  • EDI Validator - Now supports overridable HIPAA element descriptions.
  • EDI Rules Reader - Faster loading speeds.

Released: Dec 11, 2018

8.9.0.7 での更新項目

機能

  • EDI Rule Reader - Loop Descriptions Property added.
  • EDI Validator - Loop Description, Segment Description and Element Descriptions added to EDIError and EDIWarning classes.

不具合の修正

  • EDI Validator - Fixed error where error rules were being thrown too early.

Released: Dec 2, 2018

8.9.0.6 での更新項目

機能

  • EDI File Joiner - Ignore return carriages in files and strings.