You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError('Clinical trial missing an expected property: patientId, clinicalSiteID, trialSubjectID, enrollmentStatus, trialResearchID, and trialStatus are required.');
thrownewError('Clinical trial missing an expected property: clinicalSiteID, trialSubjectID, enrollmentStatus, trialResearchID, and trialStatus are required.');
27
27
}
28
28
29
29
// Need separate data objects for ResearchSubject and ResearchStudy so that they get different resource ids
test('should join clinical trial data appropriately and throw errors when missing required properties',()=>{
34
33
constfirstClinicalTrialInfoResponse=exampleClinicalTrialInformationResponse[0];// Each patient will only have one entry per clinical trial
35
-
constexpectedErrorString='Clinical trial missing an expected property: patientId, clinicalSiteID, trialSubjectID, enrollmentStatus, trialResearchID, and trialStatus are required.';
34
+
constexpectedErrorString='Clinical trial missing an expected property: clinicalSiteID, trialSubjectID, enrollmentStatus, trialResearchID, and trialStatus are required.';
0 commit comments