RAUIRF46MUMMASOW444FBI3VZC24HIJUPRQA7LT4E3HMQI3HDDGAC
OJD2AWBJJRUXYVF5BBYWSRRIE5A7LKJDL6YQCQZ3APEBIB6GATFAC
72DUSPYXB64ECTFQWWD7XSY4YJUNRCFZT22AS4BDRIIUZP33CZGAC
E4HFJ4L4PAGV7R7EXVG2B2CWDGGW7XWU4D37VURZ66HZ3ILHCFUAC
JAAJEH57DRFXCZGAPOQLI4MN7N57OG52E7TQCC4FFJSOPDX4M65QC
GQ2TJSGOGNH4PKDNN5ZWITLOE6YNAWO6TCBCQV4SN7ZRWEB6IZ5AC
WYTMZJFYVKHR4QH7AV5JUNWXT6NAC5NNQNPZCQSDI6LGI7DVXFYAC
when (frequency = 'daily' and (cyp2c9 is null or cyp2c9 in ('inconclusive', '*1/*1'))) or type in ('oil', 'spray') then true
when (frequency = 'daily' and (cyp2c9 is null or cyp2c9 in ('inconclusive', '*1/*1')) or type in ('oil', 'spray')) and sex and (age is null or age >= 26 and age < 40) then true
end
else 30
end * case
when sex then 1
else case
when frequency = 'daily' then .95
when frequency = 'weekly' then .9
when frequency = 'monthly' then .85
else .8
end
end * case
when age is null then 1
when age < 26 then case
when frequency = 'daily' then .85
when frequency = 'weekly' then .8
when frequency = 'monthly' then .75
else .7
end
when age >= 26 and age < 40 then case
when frequency = 'daily' then 1
when frequency = 'weekly' then .95
when frequency = 'monthly' then .9
else .8