SDK Reference v2.0.0 / ProjectType

ProjectType

struct ProjectType : RawRepresentable, Equatable, Codable

Describes the type of a MyDataHelps project.


rawValue
let rawValue: String

The raw value for the project type as stored in MyDataHelps.

researchStudy
static let researchStudy: MyDataHelpsKit.ProjectType

A research study.

wellnessProgram
static let wellnessProgram: MyDataHelpsKit.ProjectType

A wellness program.

clinicalProgram
static let clinicalProgram: MyDataHelpsKit.ProjectType

A clinical program.

init(rawValue:)
init(rawValue: String)

Initializes a ProjectType with an arbitrary value. Consider using static members such as ProjectType.researchStudy instead for known values.

rawValue

The raw value for the project type as stored in MyDataHelps.