Re: [HAPI-devel] OBX data value problems

2014-11-24 Thread Juan Carlos Rodríguez
I have found the problem. The problem was mine not the API. Sorry De: Juan Carlos Rodríguez [mailto:[email protected]] Enviado el: lunes, 24 de noviembre de 2014 17:23 Para: [email protected] Asunto: [HAPI-devel] OBX data value problems Hi, I have a prob

[HAPI-devel] OBX data value problems

2014-11-24 Thread Juan Carlos Rodríguez
Hi, I have a problem in Java with OBX data value. If I do this (obx.getObx5_ObservationValue(0).getData().toString()) I get 44. Debugging, I obtain the same value: But, the message that I receive has another value: 4.4!! What is the mistake? Is it correct? Thanks!!

Re: [HAPI-devel] OBX-5 Validation

2014-11-24 Thread James Agnew
To be honest, this sounds like it might be a bug with the profile validator... Are you able to share a sample message and profile by any chance? Cheers, James On Mon, Nov 24, 2014 at 2:46 PM, Pablo León wrote: > Hi, > > I'm using HAPI profile validator for ORU messages, but I'm getting the > f

[HAPI-devel] OBX-5 Validation

2014-11-24 Thread Pablo León
Hi, I'm using HAPI profile validator for ORU messages, but I'm getting the following error: "HL7 datatype XX doesn't match profile datatype VARIES at OBX-5" where XX stands for the datatype specified in OBX-2. What am I missing? Wrong datatype in profile? Or is there some specific tr