Skip to content

Releases: imsweb/layout

v1.11

12 Jul 20:37
Compare
Choose a tag to compare

Changes in version 1.11

  • Updated NAACCR XML library to version 4.10.
  • Updated NAACCR 18 field documentation.
  • Set default user dictionary URI in NaaccrXmlLayout.buildFileInfo()

v1.10

06 Apr 16:50
Compare
Choose a tag to compare

Changes in version 1.10

  • Updated NAACCR XML library to version 4.8.
  • Fixed padding and alignment rules in NAACCR layouts
  • Fixed wrong lengths in v18 NAACCR layout for the following fields: derivedPreRx7N, afpPretreatmentLabValue, afpPreOrchiectomyLabValue, primarySiteIcdO1, addressCurrentCity, addressCurrentState

v1.9

29 Mar 19:53
Compare
Choose a tag to compare

Changes in version 1.9

  • Updated NAACCR XML library to version 4.7.
  • Fixed typos in field names for items ceaPretreatmentInterpretation and dateOfLastCancerStatusYear in v18 NAACCR layout.

v1.8

12 Mar 19:01
Compare
Choose a tag to compare

Changes in version 1.8

  • Final version of the NAACCR 18 layout.
  • Added new NaaccrLayout.getXmlIdFromLayoutName() utility method to create a cross-over between NAACCR layout and NAACCR XML dictionary.

v1.7

16 Feb 21:48
Compare
Choose a tag to compare

Changes in version 1.7

  • Added support for NAACCR 18; that version is not final yet and it's possible it will change in a future release.
  • Added support for NAACCR XML layouts.
  • Fixed wrong NAACCR Item Number for item reserved05 in v16 NAACCR layout.

v1.6

15 Nov 15:58
Compare
Choose a tag to compare

Changes in version 1.6

  • Added new utility method to load a Layout without making the assumption of which type of layout it is.
  • Added a proper security environment to XStream by limiting the classes that it can create when loading XML files.
  • Updated XStreams library from version 1.4.9 to version 1.4.10.

v1.5.1

23 May 15:10
Compare
Choose a tag to compare

Changes in version 1.5.1

  • Fixed a bug in NAACCR HL7 layout where MSH segment was not properly written.

v1.5

12 May 11:25
Compare
Choose a tag to compare

Changes in version 1.5

  • Added support for reading and writing NAACCR HL7 2.5.1.

v1.4.1

14 Oct 15:01
Compare
Choose a tag to compare

Changes in version 1.4.1

  • Fixed wrong start columns for reserved11 field in NAACCR 16 layout (issue #8)

v1.4

07 Sep 16:37
Compare
Choose a tag to compare

Changes in version 1.4

  • Added support for read/write options in the record-based layout, see RecordLayoutOptions class (issue #7).
  • Fields that are completely blank in the data file won't be included in the resulting map even if their definition says they can't be trimmed.
  • Added support for NAACCR reserved fields; this feature is only available for NAACCR 16 and later (issue #4).
  • Updated XStreams dependency to version 1.4.9.
  • This library now requires Java 8.