MCTTaskIdentifier
public enum MCTTaskIdentifier : String, Codable, CaseIterable
A list of all the tasks included in this module.
-
The walk and balance test.
Declaration
Swift
case walkAndBalance = "WalkAndBalance"
-
The tremor test.
Declaration
Swift
case tremor = "Tremor"
-
The tapping test.
Declaration
Swift
case tapping = "Tapping"
-
The 30 second walk test that is the first half of walk and balance test. This can used for gait analysis without the balance component, and would allow for cross-comparability of the data with other studies using Walk and Balance.
Declaration
Swift
case walk30Seconds = "Walk30Seconds"
-
The default resource transformer for this task.
Declaration
Swift
public func resourceTransformer() -> RSDResourceTransformer