Print Patient Name on Sticker

Hi,

I know this is unconventional but is there a way to print the patient’s name or initials on the barcode stickers?

Hi @yofori,

this is absolute possible and in fact, we used already the barcodes for address stickers:

Best regards,
Ramon

Hi @ramonski, Hi @yofori,

in addition this sticker are useful in the context of a sample/analysis request.

It would be quite useful, to copy this template for client or patients views too.

Regards
Stefan

Hi,

I have have managed to implement it. Please see below my sticker file. I hope it helps someone too.

<tal:sticker define=“portal_state context/@@plone_portal_state;
portal_url portal_state/portal_url;
item python:view.current_item;
patient item/getPatientTitle;
sample_id item/getId;
date_sampled python:view.ulocalized_time(item.getDateSampled());
client_sample_id item/getClientSampleID;
hazardous item/getHazardous|nothing;”>

3 Likes

Hi, do you think it would be possible to add the elements in a test that are shown in a report to a sticker? the ones shown in the screenshot added.

thanks!