From: Tripp, B. <Bry...@uh...> - 2005-06-02 14:36:21
|
Yes, that's right. If this presents a problem, let me know ... I'm = working on a new method of datatype validation that allows different rules for different interfaces, and I should be able to send you a beta in a = couple of weeks if you're interested. =20 =20 Bryan=20 ________________________________ From: hl7...@li... on behalf of efreed Sent: Thu 02/06/2005 10:02 AM To: hl7...@li... Subject: Re: [HAPI-devel] TN datatype validation OK, so one more question: Aris JAVIER RAMOS wrote: > Construction time means before the start of parsing message > > //disabling TN validation > System.setProperty(CommonTN.VALIDATE_PROPERTY, "FALSE"); > Parser parser =3D new PipeParser(); > Message message =3D parser.parse(strMsgToParse); and a few people said about run time: java -Dca.uhn.hl7v2.model.primitive.CommonTN.validate=3Dfalse etc That means it is a global switch. In other words if I have two sources of HL7 messages, I can either validate both or neither because ca.uhn.hl7v2.model.primitive.CommonTN.validate is a System property of the VM, yes? (Validating one and not the other would require fancy thread managed timing to switch the validation on and off) Thanks -- Eric Freed IT Manager New Rochelle Radiology 914-633-7700 x339 ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit = http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg-q22005 _______________________________________________ Hl7api-devel mailing list Hl7...@li... https://lists.sourceforge.net/lists/listinfo/hl7api-devel |