Skip to content

Releases: senaranya/HL7

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

ACK constructor to accept options for setting line-endings, HL7 version etc.

14 Mar 04:09
Compare
Choose a tag to compare
1.9.0

Merge branch 'master' of https://github.com/senaranya/HL7

Fixed indefinite wait for response from remote while sending HL7

09 Dec 05:47
Compare
Choose a tag to compare
1.8.1

Merge branch 'master' of https://github.com/senaranya/HL7

Added EQU and SUC segments

06 Nov 04:45
Compare
Choose a tag to compare
Added EQU, SAC.  (#19)

Add EQU, SAC segments. New methods in OBX

Added isEmpty() method

28 Oct 11:39
Compare
Choose a tag to compare
1.7.7

Add helper to check if message is empty