Skip to content

Releases: RobHolme/vscode-hl7tools

v2.0.7

07 Aug 01:46
Compare
Choose a tag to compare

Summary of updates rolled into this release:

2.0.5

  • rolled back, not released.

2.0.6 (12/11/2023)

Merged pull request from Dmitry Maslennikov (https://github.com/daimor).

  • Easy send message, added CodeLense, to fast open send message view
  • Checks for updates in VSCode settings, no need to reload VSCode
  • SendMessage View updates:
    • Start/Stop Listener right from the view
    • when loses focus and returns back keeps form filled
    • will update the list of favorites if it was updated in settings
    • autofill the first favorite server

2.0.7 (07/08/2024)

Merged pull request from https://github.com/Tim-Hennig to fix issues with additional components in v2.2 'CN' data type.
Fixes typos in descriptions of v2.2, v2.3 data types.

v2.0.4

30 Apr 03:03
Compare
Choose a tag to compare

Document formatter added:

  • missing line breaks between segments are added
  • multiple line breaks are removed (i.e. blank lines between segments)

v2.0.3

19 Apr 09:08
Compare
Choose a tag to compare

User preference added to allow MSA-1 ACK codes to be defined (hl7tools.AckCode in extension preferences).

Possible values include: "AA", "AE", "AR", "CA", "CE", "CR".
Defaults to "CA"

Thanks to @jacobMedisoft for contributing this feature.

v2.0.2

18 Mar 03:51
Compare
Choose a tag to compare

Fixed issue that prevented the HL7 listener from starting if there was no document open in the editor.

v2.0.1

18 Jan 11:43
Compare
Choose a tag to compare

Fixed issue: ACK messages returned failed to include a segment terminator at the end of the MSA segment.

v2.0.0

07 Jan 06:46
Compare
Choose a tag to compare

Converted extension from JavaScript to TypeScript - no new functionality added.

HL7 schema definitions updated to include HL7 v2.8, v2.81, v2.82, v2.9

v1.14.2

23 Jul 07:50
Compare
Choose a tag to compare
  • Added basic validation to ensure favourites defined in user settings contain all required properties (invalid entries removed from favourites drop list). Fixed issue when no favourites (or empty list of favourites) provided.
  • Fixed error in onDidChangeTextDocument event.
  • Any active field highlighting will be re-applied when the document text changes.

v1.14.0

19 Jul 06:37
Compare
Choose a tag to compare
  • Updated SendMessage function to use a webview form to provide connection details.
  • Added support to send messages to TLS protected endpoints.

sendmessage

v1.13.2

07 Feb 04:29
Compare
Choose a tag to compare

Fixed issue where SendACK preference was ignored (defaulting to false)

v1.13.1

08 Oct 10:04
Compare
Choose a tag to compare
  • Descriptions for FHS and BHS segments now use correct field numbers
  • HL7 version now detected in batch files