Documentation
¶
Index ¶
Constants ¶
View Source
const ( ID_MAPPING_SAME = "same" ID_MAPPING_AESCTR = "aesctr" ID_MAPPING_SHA224 = "sha224" ID_MAPPING_SHA224_B64 = "sha224-b64" ID_MAPPING_SHA256 = "sha256" ID_MAPPING_SHA256_B64 = "sha256-b64" )
Variables ¶
This section is empty.
Functions ¶
func CleanUpOrphanedTaskResults ¶
func CleanUpOrphanedTaskResults( instanceID string, studyDBService *studydb.StudyDBService, rootPath string, )
Types ¶
type ConfidentialResponsesExportEntry ¶
type ConfidentialResponsesExportEntry struct { ParticipantID string `json:"participantID"` EntryID string `json:"entryID"` ResponseKey string `json:"responseKey"` Value string `json:"value"` }
func PrepConfidentialResponseExport ¶
func PrepConfidentialResponseExport(resp studyTypes.SurveyResponse, realPID string, respKeyFilter []string) []ConfidentialResponsesExportEntry
Click to show internal directories.
Click to hide internal directories.