We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At
HL7/src/HL7/Segments/MSH.php
Line 296 in f31ff81
https://hl7-definition.caristix.com/v2/HL7v2.7/DataTypes/VID https://hl7-definition.caristix.com/v2/HL7v2.7.1/DataTypes/VID https://hl7-definition.caristix.com/v2/HL7v2.8/DataTypes/VID
For maximum compatibility I suggest that you change this to:
public function getVersionId(int $position = 12): string|array
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue. Can you please share a sample MSH for me to use in tests?
Sorry, something went wrong.
This should do:
MSH|^~\&|Sending App|sendEDI|Receiving App|receiveEDI|20221213152007|PKI|REF^I12^REF_I12|GenericNZ2.4REF|P|2.4^NZL^1.0
Do take a look - #111
Resolved in #111
senaranya
No branches or pull requests
At
HL7/src/HL7/Segments/MSH.php
Line 296 in f31ff81
https://hl7-definition.caristix.com/v2/HL7v2.7/DataTypes/VID
https://hl7-definition.caristix.com/v2/HL7v2.7.1/DataTypes/VID
https://hl7-definition.caristix.com/v2/HL7v2.8/DataTypes/VID
For maximum compatibility I suggest that you change this to:
The text was updated successfully, but these errors were encountered: