StudyInfo Type
Record fields
| Record Field |
Description
|
|
|
Full Usage:
Description
Field type: string
|
|
Full Usage:
FileName
Field type: string
|
|
Full Usage:
Identifier
Field type: string
|
|
Full Usage:
PublicReleaseDate
Field type: string
|
|
Full Usage:
SubmissionDate
Field type: string
|
|
Full Usage:
Title
Field type: string
|
|
Static members
| Static member |
Description
|
|
|
Full Usage:
StudyInfo.Labels
Returns: string list
|
|
|
|
Full Usage:
StudyInfo.create identifier title description submissionDate publicReleaseDate fileName comments
Parameters:
string
title : string
description : string
submissionDate : string
publicReleaseDate : string
fileName : string
comments : DynamicObj list
Returns: StudyInfo
|
|
Full Usage:
StudyInfo.fromRows lineNumber rows
Parameters:
int
rows : IEnumerator<SparseRow>
Returns: string option * int * 'a list * StudyInfo
Type parameters: 'a |
|
|
ProcessCore