From: Tripp, B. <Bry...@uh...> - 2004-03-09 15:09:20
|
Hi Vinod, If you're using different dummy values for each message, you probably have to parse each message (using PipeParser.parse()), then on the resulting Message object go through the list of fields you want to scrub, using getData() and setData() on each Primitive as needed, and then encode the result (using PipeParser.encode()). It may still be possible to identify the patient through remaining fields, if the case is unique or the message contains some free text (for example a report where the author mentions the patient's name). I guess you could use dummy reports as well. Regards, Bryan > -----Original Message----- > From: Sreepad,Vinod [mailto:Vsr...@pa...] > Sent: March 8, 2004 4:26 AM > To: hl7...@li... > Subject: [HAPI-devel] help on HAPI... > > > hi > > I have a requirement where in I have to scrub the HL7 data. > ie change the > original name, address, PID etc to some dummy values.I was > going thru the > HAPI docs to implement this feature..but no breakthroughs as > yet except for > the Pipe parser. I would be very grateful to you if you could > provide some > insight into this and guide me as to how to go about > implementing the same. > > Looking forward to your help > > Thanks & Regards > Vinod > > > DISCLAIMER: The information in this message is confidential and may be > legally privileged. It is intended solely for the addressee. > Access to this > message by anyone else is unauthorised. If you are not the intended > recipient, any disclosure, copying, or distribution of the > message, or any > action or omission taken by you in reliance on it, is > prohibited and may be > unlawful. Please immediately contact the sender if you have > received this > message in error. Thank you. > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Hl7api-devel mailing list > Hl7...@li... > https://lists.sourceforge.net/lists/listinfo/hl7api-devel > This e-mail may contain confidential and/or privileged information for the sole use of the intended recipient. Any review or distribution by anyone other than the person for whom it was originally intended is strictly prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. Opinions, conclusions or other information contained in this e-mail may not be that of the organization. |