---
title: CMDyskineticSymptomResult
framework: coremotion
role: symbol
role_heading: Class
path: coremotion/cmdyskineticsymptomresult
---

# CMDyskineticSymptomResult

A result object that contains data about the likely presence of dyskinetic symptoms during a one-minute interval.

## Declaration

```swift
class CMDyskineticSymptomResult
```

## Mentioned in

Getting movement disorder symptom data

## Overview

Overview Dyskinesias are uncontrolled, involuntary movements that occur as a side effect of taking Levadopa to control Parkinson’s disease. Dyskinesias can manifest in a single body part, such as the arm, leg, or head, or they can affect the entire body. Particular dyskinesias resemble actions like fidgeting, writhing, wriggling, head bobbing, or body swaying. These symptoms tend to occur during the drug’s peak dosage. Dyskinesias typically occur in patients with advanced Parkinson’s disease, who may require higher dosages of Levadopa. The following equation is always true: percentUnlikely + percentLikely = 1.0. important: Gather and present data on dyskinetic symptom results only to users with choreiform dyskinesias, either self-reported or diagnosed by a clinician.

## Topics

### Reading the Time Interval

- [startDate](coremotion/cmdyskineticsymptomresult/startdate.md)
- [endDate](coremotion/cmdyskineticsymptomresult/enddate.md)

### Accessing Dyskinetic Symptom Data

- [percentUnlikely](coremotion/cmdyskineticsymptomresult/percentunlikely.md)
- [percentLikely](coremotion/cmdyskineticsymptomresult/percentlikely.md)

### Initializers

- [init(coder:)](coremotion/cmdyskineticsymptomresult/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Movement disorder

- [Getting movement disorder symptom data](coremotion/getting-movement-disorder-symptom-data.md)
- [Adhering to the movement disorder data collection requirements](coremotion/adhering-to-the-movement-disorder-data-collection-requirements.md)
- [Movement disorder algorithm changelog](coremotion/movement-disorder-algorithm-changelog.md)
- [CMMovementDisorderManager](coremotion/cmmovementdisordermanager.md)
- [CMTremorResult](coremotion/cmtremorresult.md)
