Releases: senaranya/HL7
Releases · senaranya/HL7
Added segments FHS & FTS
Add Segments: FHS & FTS (#60) Add Segments: FHS & FTS
Remove ext-socket as hard-requirement from composer
2.0.6 Make ext-sockets not required to install package (#55)
Code Cleanups
2.0.5 Code Cleanup (#46)
Allow repetition character to be ignored
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
- 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