It looks like HAPI must have the message event part in order to process. So I asked my message feeder team to change RDE to RDE^O01, now my application was able to receive RDE messages.
To register all messages, you can do this (example from the HAPI site):
server.registerApplication("*", "*", handler);
From: Hong Ju [mailto:[email protected]]
Sent: Tuesday, January 07, 2014 8:44 AM
To: [email protected]
Subject: [HAPI-devel] HAPI TestPanel and RDE Message
Hi,
I am developing my application to process medication messages, ex
(http://www.corepointhealth.com/resource-center/hl7-resources/hl7-rde-message-pharmacy):
MSH|^~\&|CPSI_IF_FEED_OUT|Murphy Medical
Center|||20091026120921||RDE|20091026120921|P|2.3||
EVN||2009102612092156|||KLS
PID||1061418|1061418||PYXIS^TEST^PATIENT 2||19240829|M||W|4130 US HWY
64E^^MURPHY^NC^0000028906|CHE|8288378161^^^^^0000000000|0000000
000||S|OT|1061418|999999999|||||||||||N
PV1||1^I/P^00|003^UCC12^|D|||005600^HEAVNER^TERESA^MD|^^^|^^^|1|||||||00
5600^HEAVNER^TERESA^MD|||||||||||||||||||||||||||200910010938|
PV2|||||||U|20090930000000|||||||||||||||||||
MRG|112923
OBX|1|ST|1010.3^Height||072|Inches
OBX|2|ST|1010.1^Body Weight||190.00|pounds
AL1|||99999998^No Known Drug Allergies
DG1||||||A
ORC|XO|0000010|||IP||1^BID&1000,2200,^^200910150932^^0^0^
RXE|1^BID&1000,2200,^^200910150932^^0^0^|361906^PROPRANOLOL 40MG TAB
(INDERAL)|40||MG|EACH|HOLD FOR SBP #lg;90 |||1||||||||||||||
RXR|^PO
NTE|||
Problem:
My HAPI TestPanel 2.0.1 ignores it, it recognizes ADT^A01 and ORU^R01 and sends
them to my application.
Question:
How do I register a RDE message in my application? For example, when
registering, you pass messageType, triggerEvent, receivingApplication,
but for a RDE message, there is no triggerEvent part. Are there any examples
for processing RDE messages?
Thank you so much,
Hong Lily Ju
Software Engineer
[email protected]<mailto:[email protected]>
Steward Heath Care
[Description: cid:[email protected]]
Office: 781-375-3034
Cell: 781-801-9313
<<inline: image001.jpg>>
------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________ Hl7api-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hl7api-devel

