Skip to content

Releases: imsweb/layout

v1.8

12 Mar 19:01

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

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

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

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

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

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

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.

v1.3.4

18 May 19:01

Choose a tag to compare

Changes in version 1.3.4

  • Fixed the NAACCR 16 documentation; many fields had the wrong columns information (issue #6).

v1.3.3

12 Jan 15:22

Choose a tag to compare

Changes in version 1.3.3

  • NAACCR 16 layout XML file was using wrong ID and name (issue #5).

v1.3.2

21 Dec 14:41

Choose a tag to compare

Changes in version 1.3.2

  • NPCR field (item number 3720) shouldn't be trimmed (issue #3).