Page 1 of 1

Patient Fasting question

Posted: Tue Nov 18, 2014 3:39 am
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

Re: Patient Fasting question

Posted: Tue Nov 18, 2014 11:43 am
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.