-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
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
v2.7: Missing messages #131
Comments
List of messages: ADT_A04, ADT_A07, ADT_A08, ADT_A10, ADT_A11, ADT_A13, ADT_A14, ADT_A22, ADT_A23, ADT_A25, ADT_A26, ADT_A27, ADT_A28, ADT_A29, ADT_A31, ADT_A32, ADT_A33, ADT_A40, ADT_A41, ADT_A42, ADT_A47, ADT_A49, ADT_A51, ADT_A53, ADT_A55 MFN_M14, PMU_B02, PMU_B05, PMU_B06, PPR_PC2, PPR_PPC3
Hi @jgarciaroca, I read the documentation, and all the ADT messages you pointed out are not actually valid. |
You are right. When i created the PR i didn't realized that the test messages i was trying to parse where being send wrong. the MSH.9 received was pointing to "ADT^A04^ADT_A04" instead of "ADT^A04^ADT_A01", so the parser couldn't parse that message. |
List of missing messages: ADT_A04, ADT_A07, ADT_A08, ADT_A10, ADT_A11, ADT_A13, ADT_A14, ADT_A22, ADT_A23, ADT_A25, ADT_A26, ADT_A27, ADT_A28, ADT_A29, ADT_A31, ADT_A32, ADT_A33, ADT_A40, ADT_A41, ADT_A42, ADT_A47, ADT_A49, ADT_A51, ADT_A53, ADT_A55, MFN_M14, PMU_B02, PMU_B05, PMU_B06
More might be missing, i just detected those doing a sequential search of existing message gaps.
The text was updated successfully, but these errors were encountered: