Rene Krenn

Results 29 comments of Rene Krenn

most likely you are trying to run a newer version of the phoenix webapp against your (old) database from your backup. if so, catalina.out logfile should emit some errors in...

so you implemented a dedicated iOS app using ResearchKit framework. does it use a synchronization implementation toward the Phoenix Rest-API, like outlined in https://github.com/carekit-apple/CareKit/issues/322 ? sounds like quite some work!

you can always create your own gender-dropdown for inquiry forms or eCRFs. these you can adjust any time, in the Phoenix UI directly. the sysmtem-wide gender dropdown (eg. visible on...

how to proceed here, do you have a list for gender optionitems?

seem i cant open the link from Austria ![grafik](https://user-images.githubusercontent.com/17864099/172659258-cda903a8-f808-4596-b657-4a1bbb833aac.png) can you upload the pdf here, or send by mail? >They differentiate Gender Identity and Sex Assigned at Birth. we did...

ok so basically it is easy to setup that in an eCRF or inquiry from right away. let me know if help needed with that. regarding the gender field in...

>If this is something you'd like to keep around, it could perhaps be turned into a PR? definitely, thanks a lot for this amazing contribution! i'll try+take a look at...

while still learning docker, to me it looks the only missing parts for bulk-processsor would be: - tune the job commandlines, which by default look like this: ```db_tool=/ctsms/dbtool.sh` #db_tool=C\:\\ctsms\\dbtool.bat ecrf_process_pl=perl...

i presume it should be as simple as configuring ``` ecrf_process_pl=perl /ctsms/bulk_processor/CTSMS/BulkProcessor/Projects/ETL/EcrfExporter/process.pl --config=config.job.cfg inquiry_process_pl=perl /ctsms/bulk_processor/CTSMS/BulkProcessor/Projects/ETL/InquiryExporter/process.pl --config=config.job.cfg ``` to ``` ecrf_process_pl=docker run bulk-processor perl /ctsms/bulk_processor/CTSMS/BulkProcessor/Projects/ETL/EcrfExporter/process.pl --config=config.job.cfg inquiry_process_pl=docker run bulk-processor perl /ctsms/bulk_processor/CTSMS/BulkProcessor/Projects/ETL/InquiryExporter/process.pl...

ok, launching a container from within a container is possible in theory, but discouraged. there already is a gearman impl part of bulk-processor for job distribution/queueing, which originated form another...