Releases: senaranya/HL7
Releases · senaranya/HL7
Added support for PHP 8.0
- Added support for PHP 8.0
- Minimum PHP version required: 7.3
Added isSiu() method
Check function if message is siu message (#39) Add isSiu() check function
Added support to handle repetation field
Handle repetition separator (fixes #35) Co-authored-by: Samuel Chane <[email protected]>
Allow 0 as field value and code refactors
- Allow 0 and '0' as field values
- Add tests
- Refactor code and tests
Support all sex values in PID.8 as per standard
- 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)
- 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.
1.9.0 Merge branch 'master' of https://github.com/senaranya/HL7
Fixed indefinite wait for response from remote while sending HL7
1.8.1 Merge branch 'master' of https://github.com/senaranya/HL7
Added EQU and SUC segments
Added EQU, SAC. (#19) Add EQU, SAC segments. New methods in OBX
Added isEmpty() method
1.7.7 Add helper to check if message is empty