Logo ProcessCore

StudyInfo Type

Record fields

Record Field Description

Comments

Full Usage: Comments

Field type: DynamicObj list
Field type: DynamicObj list

Description

Full Usage: Description

Field type: string
Field type: string

FileName

Full Usage: FileName

Field type: string
Field type: string

Identifier

Full Usage: Identifier

Field type: string
Field type: string

PublicReleaseDate

Full Usage: PublicReleaseDate

Field type: string
Field type: string

SubmissionDate

Full Usage: SubmissionDate

Field type: string
Field type: string

Title

Full Usage: Title

Field type: string
Field type: string

Static members

Static member Description

StudyInfo.FromSparseTable(matrix)

Full Usage: StudyInfo.FromSparseTable(matrix)

Parameters:
Returns: StudyInfo
matrix : SparseTable
Returns: StudyInfo

StudyInfo.Labels

Full Usage: StudyInfo.Labels

Returns: string list
Returns: string list

StudyInfo.ToSparseTable(study)

Full Usage: StudyInfo.ToSparseTable(study)

Parameters:
Returns: SparseTable
study : Dataset
Returns: SparseTable

StudyInfo.create identifier title description submissionDate publicReleaseDate fileName comments

Full Usage: StudyInfo.create identifier title description submissionDate publicReleaseDate fileName comments

Parameters:
    identifier : string
    title : string
    description : string
    submissionDate : string
    publicReleaseDate : string
    fileName : string
    comments : DynamicObj list

Returns: StudyInfo
identifier : string
title : string
description : string
submissionDate : string
publicReleaseDate : string
fileName : string
comments : DynamicObj list
Returns: StudyInfo

StudyInfo.fromRows lineNumber rows

Full Usage: StudyInfo.fromRows lineNumber rows

Parameters:
Returns: string option * int * 'a list * StudyInfo
Type parameters: 'a
lineNumber : int
rows : IEnumerator<SparseRow>
Returns: string option * int * 'a list * StudyInfo

StudyInfo.toRows study

Full Usage: StudyInfo.toRows study

Parameters:
Returns: SparseRow seq
study : Dataset
Returns: SparseRow seq

Type something to start searching.