Skip to content

Releases: senaranya/HL7

Added withSegmentEndingFieldSeparator() method in HL7 factory class

01 Feb 05:28
03ea6fe
Compare
Choose a tag to compare
3.1.9

Add missing HL7::withSegmentEndingFieldSeparator() (#130)

Fixed: SEGMENT_ENDING_BAR fails when field-separator is not `|`

24 Jan 03:17
caa29fa
Compare
Choose a tag to compare

Also deprecated SEGMENT_ENDING_BAR in favor of WITH_SEGMENT_ENDING_FIELD_SEPARATOR

Added a function to reindex all segments in a message

22 Dec 07:16
98c0053
Compare
Choose a tag to compare
3.1.7

Function to reindex all segments in a message (#125)

Fixed PHP 8.4 warning on "implicitly nullable" function parameter

24 Nov 03:50
19b2fdc
Compare
Choose a tag to compare

This is to avoid deprecation warnings while running tests on PHP 8.4 environment (Doc)

Added methods to access segments by class name

15 Oct 09:20
d038d96
Compare
Choose a tag to compare
3.1.5

Add methods to access segments by class name (#122)

Allow array on setPatientIdentifierList field (PID.3)

04 Feb 10:13
50ca9d5
Compare
Choose a tag to compare

Allow array on setPatientIdentifierList field (PID.3)

Add missing segments PD1, RX4 & RXR

22 Jan 02:33
4a68e90
Compare
Choose a tag to compare
  • Added segment-classes for PD1, RX4 & RXR

Added support for array return type for MSH version ID method

17 Nov 13:58
ee4408d
Compare
Choose a tag to compare

This change is required to support HL7 v2.7 onwards

Fix MSH::getTriggerEvent() retyrn-type to accept bool

08 Aug 11:56
2609721
Compare
Choose a tag to compare
3.1.1

fix: 🐛 Make MSH getTriggerEvent return accept bool (#101)

Added HL7 factory class to parse or build a message using fluent methods

02 Apr 02:27
b0713e6
Compare
Choose a tag to compare
  • HL7 factory class provides a more fluent, object-oriented interface for parsing or composing a message, allowing you to chain multiple methods together using a more readable syntax compared to calling new Message()
  • Updated readme