Andrej Studen
|
fbc1ffb1b3
Adding participantPortal, which in many cases uses new modular infrastructure. Would be good to use the same (crfSetup, crfData) in formPortal.js and crfVisit.js
|
2 years ago |
Andrej Studen
|
3e00313215
Adding skeleton of participantPortal
|
2 years ago |
Andrej Studen
|
f2daa535f5
Major overhauld constricting functions to file based classes and providing namespaced like control over functions to avoid name collisions and simplify debugging, use console to output debug messages (ctrl-shift-c to view in Firefox)
|
2 years ago |
Andrej Studen
|
d1c3719578
Updated setData and setDataLayout to use getDataFromQueries, also removed annoying "no rows supplied" error in onSubmit
|
2 years ago |
Andrej Studen
|
5da96bb977
Harmonizing database calls throughout crfVisit, splitting off sub-projects to separate files
|
2 years ago |
Andrej Studen
|
1384bd699a
Updating dependencies to formGenerator for portals
|
2 years ago |
Andrej Studen
|
aa0aaa68d7
Removing form generator to separate file
|
2 years ago |
Andrej Studen
|
ec9af6158c
Adding form generator for crfManager
|
2 years ago |
Andrej Studen
|
e76516f532
Adding automated form generator for generation of missing Registration forms
|
2 years ago |
Andrej Studen
|
1e6cf9830e
renaming insertRows in generateRegistration not to be confused with insertRow from crfVisit
|
2 years ago |
Andrej Studen
|
d3f4a65ce5
Modifying crfButton list generation to allow buttons limited to roles
|
2 years ago |
Andrej Studen
|
897665179b
Adding insertRows and have onSubmit throw a copy of data to History snapshot lists
|
2 years ago |
Andrej Studen
|
63b119694f
decoupled registration selection for ID setting and list of available patients
|
2 years ago |
Andrej Studen
|
1d4aea358d
Changing formId to be deducted from crfEntry rather than URL, interpretation of addData in specialVariables values allows for slash delimeted pairs where first value is the name in the registration query and the second in crfEntry, for promoting parentCrf as entryId, allow generationConfig to specify initial formStatus of the generated form (to use other than In Progress)
|
2 years ago |
Andrej Studen
|
6001583793
Adding infrastructure for generation object to be able to send email by setting mailRecipient, subject and addData in actionParameters of specialFields
|
2 years ago |
Andrej Studen
|
56d921a33a
Modifying participantIdManager to allow for query/schema identification in registrationQuery crf setting
|
2 years ago |
Andrej Studen
|
2e0bb4f108
Modifying crfVisit.js to send emails, and making sure study id gets copied to crfEntry, and combining entry filters to a common function to simplify switching filters on and off
|
2 years ago |
Andrej Studen
|
f9e377f90b
Clearing fields after submission in additionalData
|
2 years ago |
Andrej Studen
|
a012e1a0ce
Adding new version of module.xml for newer versions of labkey
|
2 years ago |
Andrej Studen
|
216f21b189
Modifying action call in sendEmail content; skip sending emails for empty recipient field
|
2 years ago |
Andrej Studen
|
2f1f037d2c
Removing dry-run of id generation
|
2 years ago |
Andrej Studen
|
903e3eff27
Correctly treated this in JS callback for automated generation to work
|
2 years ago |
Andrej Studen
|
ccef04efe5
Adding generateRegistration
|
2 years ago |
Andrej Studen
|
8d3926f8a0
Adding specialFields for automated ID generation
|
2 years ago |
Andrej Studen
|
44e8b67b0a
Adjusting tecant to run in parallel with other crf implementations of CRF -> renamed web directory to crfTecant, changed redirect landing page to crf_tecant, relabeled module as crf_tecant in config.module.xml, renamed all webparts to avoid clash with other CRF named web parts
|
2 years ago |
Andrej Studen
|
e6ac7ea8eb
Changing module name for branch tecant
|
2 years ago |
Andrej Studen
|
c2eb640cc9
Adding crfManagers as a new category to view completed forms and perform actions like printing and resurecting
|
2 years ago |
Andrej Studen
|
fe57092a27
Removed reference to masterQuery and demographicData, changed creator coding to string variable creator in Forms for formPortal.js
|
2 years ago |
Andrej Studen
|
d874828a9d
Changing id display to follow local/study id from crfEntry
|
2 years ago |
Andrej Studen
|
50d92aafe6
Provide alternate versions of getInputElement, getTextElement that take mode as an argument, have both routine create elements if not available, setLabelMode also sets local id if available
|
2 years ago |