Releases: senaranya/HL7
Releases · senaranya/HL7
Fixed issue where message sending timeout was not honored
For example, following code will timeout at 20 seconds with this fix:
(new Connection($ip, $port, 20))->send($message);
Add method removeSegmentsByName()
1.5.3 Merge branch 'master' of https://github.com/senaranya/HL7
Add toFile(), isOru() & isOrm() helpers
1.5.2 Fix typo, formatting
Added method to retrieve index of a segment in message
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
- 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
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
Merge pull request #11 from DamienHarper/master Add missing setID to EVN class
Added EVN segment
Merge pull request #8 from UNMCCC/master Adding the EVN class (event segment)