Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • CDMS
  • Castor CDMS Calculations Manual
  • General calculation templates

Check if all fields are filled in with in EDC/CDMS

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • CDMS
    Castor CDMS Manual Castor CDMS Calculations Manual Frequently Asked Questions Articles for Data Managers Castor CDMS Compliance Release Documents
  • eConsent
    Castor eConsent Manual Castor eConsent Compliance Release Documents
  • SMS
    Castor SMS Manual Castor SMS Compliance Release Documents
  • Castor Connect
    Castor Connect Compliance Release Documents Castor Connect Manual Castor Connect - Participant Quick Start Guide
  • Helpdesk
    News Other Resources Castor products knowledge resources
  • Status page
  • Completing a Study
+ More

If you want to check whether certain fields are filled in, you can use the template below. 


In this template, there are 2 fields: 


Variable name Field label
dem_pat_gender Gender
dem_pat_yob Year of Birth

Replace the labels and variable names in the template with your own. 


'##allowempty##';
var req_labels = ["Gender", "Year of Birth"];
var req_fields = ["{dem_pat_gender}", "{dem_pat_yob}"];
var incomplete = false;
var missingVars = "";
req_fields.forEach(checkCompleteness);
if(incomplete === true){
 "Fields are missing: " + missingVars;
}else{
 "Yes";
}
function checkCompleteness(value, index, array) {
 console.log(value);
 if(value == "'NA'" ){
 incomplete = true;
 missingVars += req_labels[index];
 missingVars += ", ";
 }
}



If not all fields are filled in, the calculation will show "Fields are missing: ", followed by the field labels of the fields that are empty. If all fields are filled in, the calculation will have the value "Yes". You can choose to add a data validation message if the calculation field value is not equal to "Yes".


complete validate

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Calculate with grid fields in EDC/CDMS
  • Check if a number contains X number of digits or decimal places in EDC/CDMS
  • Check if the inclusion criteria are met in EDC/CDMS
  • Check if all fields are complete (and list empty fields) in EDC/CDMS
ISO 27001
FDA - 21 CFR part 11
ICH GCP compliant
HIPAA compliant
CDISC
ISO 9001
gdpr compliant

Products & Industries

  • Electronic Data Capture (EDC)
  • ePRO
  • eConsent
  • Decentralized Clinical Trials (DCT)
  • Clinical Data Management
  • Medical Device & Diagnostics
  • Biotech & Pharma
  • CROs
  • Academic Research

Resources

  • Thought Leadership
  • Blog
  • Castor Academy
  • Knowledge Base

 

Company

  • About Us
  • Careers
  • News
  • Contact Support
  • Contact Us

Legal & Compliance

  • Terms of Use
  • Privacy & Cookie Statement
  • Responsible Disclosure Policy
  • Good Clinical Practice (GCP)
  • ISO Compliance Certificates
  • GDPR & HIPAA Compliance
  • Security Statement

© 2022, Castor. All Rights Reserved.

Follow us on social media


Knowledge Base Software powered by Helpjuice

Definition by Author

0
0
Expand