We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert drugs used into it's own django object so PPP can modify the list in the django backend
drugs used
The text was updated successfully, but these errors were encountered:
Users should be able to select multiple items from the drugs used dropdown
Sorry, something went wrong.
Create table to allow PPP to check off drugs used (and would allow them to add more drugs to matrix via admin site)
participant_id | heroin | crack/cocaine | k-2 | methamphetamines | fentanyl | opioids | other 12345A | 1 | 0 | 0 | 1 | 0 | 0 | marijuana
JackRyan1989
No branches or pull requests
Convert
drugs used
into it's own django object so PPP can modify the list in the django backendThe text was updated successfully, but these errors were encountered: