Skip to content

Releases: senaranya/HL7

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.

Added support for PHP 8.0

30 Dec 15:06
b02a9b2
Compare
Choose a tag to compare
  • Added support for PHP 8.0
  • Minimum PHP version required: 7.3

Added isSiu() method

24 Dec 10:47
1a7a9d3
Compare
Choose a tag to compare
Check function if message is siu message (#39)

Add isSiu() check function

Added support to handle repetation field

09 Nov 02:35
786bdc1
Compare
Choose a tag to compare
Handle repetition separator (fixes #35)

Co-authored-by: Samuel Chane <[email protected]>

Allow 0 as field value and code refactors

12 Sep 06:39
a1825c4
Compare
Choose a tag to compare
  • Allow 0 and '0' as field values
  • Add tests
  • Refactor code and tests

Support all sex values in PID.8 as per standard

01 Aug 10:53
7e11b08
Compare
Choose a tag to compare
  • Added support for all sex values in PID.8 as per standard
  • Added clearField() method in Segment class

1.9.1: Refactor and add tests for Connection.php (#28)

04 Jul 12:06
fc7e6bd
Compare
Choose a tag to compare
  • Refactored Connection class
  • Added a method getSocket() in Connection class to return the socket created for sending message. This is useful while testing
  • Added unit tests for Connection class