I have not been able to figure out whether TrialDB is able to handle DDE or not. I can think of some kludges to accomplish this, but I recall reading...
The way we kludge (non-real-time) DDE is that we create two studies with an identical study design - one of these is named something like "<study name> DDE"....
Guys, I apologize. I thought I was changing my own settings to daily digest emails only, but as the owner, it changed the whole group's settings. Mike, that it...
I would like to pose a question. Our HIPAA regs and local reps are giving us a hard time. I would like to find out what measures, if any have been implemented...
IP restrictions are really implemented at the Web server OS level, and is not something that the TrialDB application code should be bothered about. Ditto for...
For the connection string stuff. I have implemented it in the .net stuff. ASP does not like the standard stuff, so I have left it off until the whole thing is...
On a side note, until then, we are using an overly secure network design, that prevents most access, but long term, it is self defeating. Works for now though....
Thanks - I lost track of this issue. The reason we were looking at DDE was that we have a questionnaire with a lot of repetitive questions, and one version is...
Matt - I have invested a lot of time into understanding HIPAA and its regulations, and the major issues are that passwords be changed on a regular basis, that...
Thanks. That is pretty much what we were thinking too. This helps a lot. Tell mihai thanks for the password change stuff. Works great in ptoduction ... From:...
I should mention that I am actively at work on localizing Trialdb with the help of metadata, which would allow the Web interface to morph to support more than...
Your last comment invites me to incite revolt against Microsoft and suggest consideration for moving the entire thing to Java using the Eclipse environment....
I forgot to mention that Microsoft provides a toothcomb for checking localization. The Visual Studio Team System, which we possess, lets you turn localization...
Good morning! I should also mention that the ChangePassword module was developed with localization considerations. So, as far as that piece of software is ...
Is there a way to better align the questions and then the dropdown boxes? We have an issue on a quality of life form where the dropdown box is not next to the...
The way we alogn questioins right now is to generate a table with a certain number of cells. If you accept the default of 1 question per row in the Form ...
An addendum to Prakash's suggestion is after you have created the form, open it up in an html editor and change the following: 1. On the <table> statement...
We can probably provide an option in the form generation for the designer to store these numbers in a preferences table (e.g., ADMINVAR, so they can be used...
IN the file start_trialdb.asp there should be a call to a script (either inline or in a separate vbs file) to check the browser. Just add the version number in...
The way to do that currently is with server-side functions; incorporate one or more questions in the form based on computed formulas, where the computed ...
As part of the code cleanup that is concurrent with the port to .NET, we have created a TrialdBPrivileges object that is initialized and placed in Session...
Is there a way to add that a user has signed a cda agreement in Traildb? Or has anyone added it? CDAs are study specific so a user could have multiple cdas if...
We will add this as a field in the PATIENT_STUDY table and display it in the user interface. Thanks for the input. Prakash _____ From: trialdb@yahoogroups.com...
Prakash, I was troubleshooting an error for Phillip and discovered there is a unique index on the field SITE_ACRONYM in the SITES table. While I understand the...
The site_acronym column in the Sites table is actually unnecessary and you might as well delete it. Right now, the SITE_ACRONYM in Studies_sites is what is...
Hello I work here for a clinical trial system and developing the database in access. The only major requirement that I have is to develop the access forms with...
The way we have implemented DDE is that you create two studies with identical protocols (defining the first study and its forms, then defining the second study...