EnableExcapeValues

Discussion of open issues, suggestions and bugs regarding to (known as Delphi HL7) HL7 Components
Post Reply
Joschim
Posts: 19
Joined: Wed Sep 17, 2014 7:22 am

EnableExcapeValues

Post by Joschim »

Hi,
I'm using Version 1.6.5.2

msg.PATIENT_RESULT[0].ORDER_OBSERVATION[0].OBSERVATION[0].OBX.ObservationValue[0].Terser('/OBX-5').AsString := 'Vestibularisprüfung';
the result is 'Vestibularispr\XFC\fung'

I do not found: msg.EnableEscapedValues
What can I do??

Best regard
admin
Site Admin
Posts: 256
Joined: Sun Jun 05, 2011 8:06 pm

Re: EnableExcapeValues

Post by admin »

Hi,
EnableEscapedValues inherits from is TdiMessage.

please check:

Code: Select all

var
  msg : TdiMessage;
begin
  msg :=TdiMessage.Create; 
  msg.EnableEscapedValues:=true;
  msg.Free;
end;
can you do this ?

or you can use
xxxx.AsString:='bla'
instead
xxxx.Value:='cla' // Raw String
Joschim
Posts: 19
Joined: Wed Sep 17, 2014 7:22 am

Re: EnableExcapeValues

Post by Joschim »

Hi,

Code: Select all
var
msg : TdiMessage;
begin
msg :=TdiMessage.Create;
msg.EnableEscapedValues:=true;
msg.Free;
end;

msg.EnableEscapedValues is not include

xxxx.AsString:='bla'
instead
xxxx.Value:='cla' // Raw Strin
is the same result :(
admin
Site Admin
Posts: 256
Joined: Sun Jun 05, 2011 8:06 pm

Re: EnableExcapeValues

Post by admin »

Hi,

You can try with lastest edition?
Joschim
Posts: 19
Joined: Wed Sep 17, 2014 7:22 am

Re: EnableExcapeValues

Post by Joschim »

No!
I have purchased the professional license in december 2012
The last version is 1.6.5.2

Best regards
admin
Site Admin
Posts: 256
Joined: Sun Jun 05, 2011 8:06 pm

Re: EnableExcapeValues

Post by admin »

Hi,

You need update!!

Best Regards.
Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests