CDCgov / trusted-intermediary

Bringing together healthcare providers by reducing the connection burden.
Apache License 2.0
11 stars 5 forks source link

Fix ReportStream ORM Warnings #998

Open JohnNKing opened 7 months ago

JohnNKing commented 7 months ago

DevEx/OpEx

While adding OML support to ReportStream, we found a place where supported message types are listed. However, ORM is not included. It turns out warnings are being logged when ORMs are submitted, presumably because of this.

For more context, see https://github.com/CDCgov/prime-reportstream/pull/13766#discussion_r1539874990

Tasks

Additional Context

Add any other context or screenshots about the work here.

luis-pabon-tf commented 2 months ago

I was giving this a look and it can be done by adding a means to access the message version during the getMessages method call on HL7Reader.