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
wellnessProgram
static let wellnessProgram: MyDataHelpsKit.ProjectType
clinicalProgram
static let clinicalProgram: MyDataHelpsKit.ProjectType
init(rawValue:)
init(rawValue: String)
Initializes a ProjectType
with an arbitrary value. Consider using static members such as ProjectType.researchStudy
instead for known values.
Parameters
rawValue
The raw value for the project type as stored in MyDataHelps.