Skip to content

Releases: senaranya/HL7

Replaced decprecated strftime() with date()

17 May 06:54
11f7d93
Compare
Choose a tag to compare
2.1.6

Bugfix: Replace deprecated strftime in php 8.1 with date() (#78)

Added segment GT1

16 Mar 01:33
e1442aa
Compare
Choose a tag to compare
2.1.5

Add segment GT1 (#76)

Fixed wrong order of parameter in AIG and AIP segments

10 Mar 03:52
caf023c
Compare
Choose a tag to compare
2.1.4

Fix wrong order of parameters in AIG and AIP segments (#75)

Code refactor, fixed linting errors

13 Feb 03:33
28f60da
Compare
Choose a tag to compare

General maintenance release with code refactors and linting error fixes.

Added segments PV2

08 Nov 11:15
8009c82
Compare
Choose a tag to compare
Add segment PV2 (#68)

Co-authored-by: Sven <[email protected]>

Fixed: ACK constructor should use same globas as orignal msg + Code refactors

01 Nov 06:31
d41b4c6
Compare
Choose a tag to compare
Standardize code as per PSR-12 (#65)

* Bugfix: MSH for an ACK should be created with same global vars as MSG
* Add linter in CI config
* Fix linting issue in CI
* Update badge

Added segments FHS & FTS

20 Oct 02:01
95e96b6
Compare
Choose a tag to compare
Add Segments: FHS & FTS (#60)

Add Segments: FHS & FTS

Remove ext-socket as hard-requirement from composer

15 Jul 04:16
1257e4f
Compare
Choose a tag to compare
2.0.6

Make ext-sockets not required to install package (#55)

Code Cleanups

24 Apr 04:36
6aa3c1e
Compare
Choose a tag to compare
2.0.5

Code Cleanup (#46)

Allow repetition character to be ignored

18 Jan 06:21
1518206
Compare
Choose a tag to compare

In release 2.0.3, repetition character behavior was corrected - it now generates sub-arrays from repeating segments by default.

While this is the correct behavior, it led to some existing code/tests to fail. As a temporary workaround, a 6th argument is added in new Message() call, that creates a single array as opposed to sub-arrays, retaining previous behavior.

Since this is a non-default behavior, it may be removed in future.

Refer to readme for an example.