Hi,
I know this is unconventional but is there a way to print the patient’s name or initials on the barcode stickers?
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
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;”>
— |