Patient Fasting question

Discussion of open issues, suggestions and bugs regarding to (known as Delphi HL7) HL7 Components
Post Reply
luv2ski555
Posts: 7
Joined: Thu Apr 03, 2014 2:18 am

Patient Fasting question

Post by luv2ski555 »

Delphi XE5
HL72.3

I cannot seem to find Patient "Fasting" PID-18.7.
I can get PID 18.1,18.2 and 18.3. But their does not seem to be "Fasting" PID 18.7. Am I doing something wrong? Here is my code...

msg := TdiORU_R01_23.Create;
msg.LoadFromFile('D:\test1.txt');
Patient := msg.RESPONSE[0].Patient.PID;
Memo3.Lines.Append('Account Number :' +Patient.PatientAccountNumber.ID.AsString);
Memo3.Lines.Append('Fasting :' +Patient.PatientAccountNumber.????

seem like their should be Patient.Patientaccountnumber.fasting but I cant seem to find it.

Can you give me some insite?

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

Re: Patient Fasting question

Post by admin »

Hi,

Please see PID Message
PatientAccountNumber's type is TdiCX_23

in standart not exists "Fasting" field.
may be non standart fields.
Check your documantation.

Best Regards.
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests