Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update portal config #2900

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 45 additions & 3 deletions qa-heal.planx-pla.net/portal/gitops.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,16 +566,58 @@
"studyRegistrationValidationField": "is_registered",
"studyRegistrationAccessCheckField": "registration_authz",
"studyRegistrationFormDisclaimerField": "Information provided on this page will be used for correspondence regarding your request and may be shared with the NIH and/or the HEAL Data Stewards",
"clinicalTrialFields": ["NCTId", "OfficialTitle", "BriefTitle", "Acronym", "StudyType", "OverallStatus", "StartDate", "StartDateType", "CompletionDate", "CompletionDateType", "IsFDARegulatedDrug", "IsFDARegulatedDevice", "IsPPSD", "BriefSummary", "DetailedDescription", "Condition", "DesignAllocation", "DesignPrimaryPurpose", "Phase", "DesignInterventionModel", "EnrollmentCount", "EnrollmentType", "DesignObservationalModel", "InterventionType", "PrimaryOutcomeMeasure", "SecondaryOutcomeMeasure", "OtherOutcomeMeasure", "Gender", "GenderBased", "MaximumAge", "MinimumAge", "IPDSharing", "IPDSharingTimeFrame", "IPDSharingAccessCriteria", "IPDSharingURL", "SeeAlsoLinkURL", "AvailIPDURL", "AvailIPDId", "AvailIPDComment"],
"clinicalTrialFields": [
"NCTId",
"OfficialTitle",
"BriefTitle",
"Acronym",
"StudyType",
"OverallStatus",
"StartDate",
"StartDateType",
"CompletionDate",
"CompletionDateType",
"IsFDARegulatedDrug",
"IsFDARegulatedDevice",
"IsPPSD",
"BriefSummary",
"DetailedDescription",
"Condition",
"DesignAllocation",
"DesignPrimaryPurpose",
"Phase",
"DesignInterventionModel",
"EnrollmentCount",
"EnrollmentType",
"DesignObservationalModel",
"InterventionType",
"PrimaryOutcomeMeasure",
"SecondaryOutcomeMeasure",
"OtherOutcomeMeasure",
"Gender",
"GenderBased",
"MaximumAge",
"MinimumAge",
"IPDSharing",
"IPDSharingTimeFrame",
"IPDSharingAccessCriteria",
"IPDSharingURL",
"SeeAlsoLinkURL",
"AvailIPDURL",
"AvailIPDId",
"AvailIPDComment",
"PatientRegistry",
"DesignTimePerspective"
],
"dataDictionarySubmissionBucket": "",
"dataDictionarySubmissionDisclaimerField": "All submitted data dictionaries will be openly accessible to all users.",
"cdeSubmissionDisclaimerField": "All submitted CDEs will be openly accessible to all users.",
"variableMetadataField": "variable_level_metadata"
},
"workspaceRegistrationConfig" : {
"workspaceRegistrationConfig": {
"workspacePolicyId": "workspace_strides_integrated",
"workspaceInfoMessage": "The HEAL workspace provides a standardized computational environment for accessing and analyzing data from HEAL studies. Please fill out this form to request access to the workspace and start computing!",
"successRedirect" : {
"successRedirect": {
"link": "/discovery",
"text": "Go to Discovery Page"
}
Expand Down
Loading