// Hide GroupsName Section LNTH
// (C) JaeKunGz 22-12-65  16.12
// Hide For Show Biochemistry Label
// Group Hide
stringVar array SectionHide := 
['ANC','Blood Bank','Bacteria C/S','Bodyfluid Exam','Genetics','Hemotology','Immunology','Microbiology','Microscopy','Pathology','CAPD','Stool Exam','Thyroid Horrmone','Toxicology','xCytologyx','xOUT LABx'];
// Test Hide ( Defind By TestDisplay Name )
stringVar array TestDetailHide := 
['FBS','Sugar','FBS, Sugar','Hb A1c ,eA','DTX','MB: Hct;MB','GCT 50 gm','Amylase (U','UmALB','G6PD','serum Iron','Hb typing','UPCR(R)','UPCR24 hr: Urine Prot;24hUCRE;UPCR;Volume'];

// Hide Array
if {BarcodeInfo.GroupNames} in SectionHide then true
else if {BarcodeInfo.Other1} in TestDetailHide then true
//For Covid19 Hide
else if {BarcodeInfo.Specimen} = 'COVID' then true
else if {BarcodeInfo.Specimen} = 'NPS' then true


//else if lookslike({BarcodeInfo.GroupNames},'*Immunology*') then true;

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: