You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, we know that an individual uses a drug class without knowing the specific molecule.
This needs to be supported when registering drug users (e.g. register_drug_user("user0123", "beta-blocker")). The correct behaviour is also expected when querying the manager (e.g. get_drug_users).
Implementation could be based on ATC codes.
The text was updated successfully, but these errors were encountered:
A "dummy" phenotype is also needed to represent complex hierarchies. These would be regular phenotpyes, but with forbidden get_data(). They also wouldn't get listed unless explicitly asked for.
Sometimes, we know that an individual uses a drug class without knowing the specific molecule.
This needs to be supported when registering drug users (e.g.
register_drug_user("user0123", "beta-blocker")
). The correct behaviour is also expected when querying the manager (e.g.get_drug_users
).Implementation could be based on ATC codes.
The text was updated successfully, but these errors were encountered: