My application enables a user to select a medication and then view the side-effects associated with it.
The user can then select a specific side-effect and proceed to look at other ... that have the same indication or use as the original. To do this, as most ... have multiple indications, the user needs to select the appropriate indication.
The final step is to display a table of the ... with the selected indication and their rates of reporting for the side-effect.
This is implemented using a submission for the original drug which passes the IngredientID as a parameter.
The receiving tabular page receives the IngredientID and displays all of the side-effects for that drug (I use the term ingredient as interchangeable with the drug).
Each side-effect has a unique ReactionID, so from the side-effect table the user can select an HTML link called Indications to pass the IngredientID and the ReactionID to the next page.
Using the IngredientID a list of all the indications with that ID are displayed and the user can select which indication is appropriate.
The final page needs to display a table of all the ... that have the selected indication and the rates of the selected side-effect.
The problem is that I cannot see how I pass the parameters along the chain at the point of listing the indications. The ReactionID is not needed at this point but is required for the final list.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
SteveMott
Hi
I have a problem that I’m not sure how to solve.
My application enables a user to select a medication and then view the side-effects associated with it.
The user can then select a specific side-effect and proceed to look at other ... that have the same indication or use as the original. To do this, as most ... have multiple indications, the user needs to select the appropriate indication.
The final step is to display a table of the ... with the selected indication and their rates of reporting for the side-effect.
This is implemented using a submission for the original drug which passes the IngredientID as a parameter.
The receiving tabular page receives the IngredientID and displays all of the side-effects for that drug (I use the term ingredient as interchangeable with the drug).
Each side-effect has a unique ReactionID, so from the side-effect table the user can select an HTML link called Indications to pass the IngredientID and the ReactionID to the next page.
Using the IngredientID a list of all the indications with that ID are displayed and the user can select which indication is appropriate.
The final page needs to display a table of all the ... that have the selected indication and the rates of the selected side-effect.
The problem is that I cannot see how I pass the parameters along the chain at the point of listing the indications. The ReactionID is not needed at this point but is required for the final list.
Thanks
Steve
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.