forked from uwrit/leaf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update appsettings json file, fix custom attestation content
- Loading branch information
Amy Chen
committed
Feb 4, 2025
1 parent
575653f
commit d7d1f4e
Showing
4 changed files
with
35 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,14 +51,18 @@ | |
"RolesMapping": { | ||
"User": "urn:mace:users", | ||
"Super": "urn:mace:supers", | ||
"Identified": "urn:mace:phi", | ||
"Admin": "urn:mace:sudos", | ||
"Federated": "urn:mace:federated" | ||
} | ||
} | ||
}, | ||
"Attestation": { | ||
"Enabled": true | ||
"Enabled": true, | ||
"Text": [ | ||
"HIV Success uses Leaf, a self-service tool which provides a user-friendly interface to execute queries and retrieve information about study data." | ||
], | ||
"Type": "text", | ||
"SkipModeSelection": true | ||
}, | ||
"Compiler": { | ||
"Alias": "@", | ||
|
@@ -72,6 +76,7 @@ | |
"Export": { | ||
"REDCap": { | ||
"Enabled": false, | ||
"Text": ["This is a test message"], | ||
"ApiURI": "https://redcap.example.edu/api/", | ||
"BatchSize": 10, | ||
"RowLimit": 5000, | ||
|
@@ -92,7 +97,7 @@ | |
}, | ||
"Deidentification": { | ||
"Patient": { | ||
"Enabled": false, | ||
"Enabled": true, | ||
"DateShifting": { | ||
"Increment": "DAY", | ||
"LowerBound": -365, | ||
|
@@ -131,6 +136,9 @@ | |
"Enabled": true, | ||
"Email": "[email protected]", | ||
"URI": "https://www.example.edu/leaf-faq" | ||
}, | ||
"piwik": { | ||
"siteId": 35 | ||
} | ||
}, | ||
"Notification": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters