Skip to content

Releases: senaranya/HL7

Fixed issue where message sending timeout was not honored

31 Mar 06:32
Compare
Choose a tag to compare

For example, following code will timeout at 20 seconds with this fix:

(new Connection($ip, $port, 20))->send($message);

Add method removeSegmentsByName()

18 Jan 17:55
Compare
Choose a tag to compare
1.5.3

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

Add toFile(), isOru() & isOrm() helpers

16 Jan 03:01
75f36fc
Compare
Choose a tag to compare
1.5.2

Fix typo, formatting

Added method to retrieve index of a segment in message

13 Nov 03:56
Compare
Choose a tag to compare
1.5.1

Add method to retrieve index of a segment in message

Fix #13, #14: send() error checks & ability to omit line-ending | char

03 Oct 04:08
Compare
Choose a tag to compare
  • Ability to omit line-ending | char when constructing messages
  • Added optional Connection timeout as 3rd argument to constructor
  • More error checks while creating socket

Check readme for details

Fix #12: Unadded segments leave numbering hole

14 Sep 03:38
Compare
Choose a tag to compare

To upgrade: If you're defining destructor in classes inherited from the segments classes of this package (e.g., PID, OBX etc.), call parent::__destruct() in the child class.

Added missing settID() in EVN class

07 Sep 02:59
48de260
Compare
Choose a tag to compare
Merge pull request #11 from DamienHarper/master

Add missing setID to EVN class

Added EVN segment

15 Aug 03:34
671cac9
Compare
Choose a tag to compare
Merge pull request #8 from UNMCCC/master

Adding the EVN class (event segment)