TypeScript SDK Reference / ScanResult
Interface: ScanResult
Defines the result of a vital sign scan. This extends GetHealthResult and contains the final health analysis data.
Extends
Properties
error?
optionalerror:any
Error that occurred during scanning, if any (reserved for future use).
Inherited from
health?
optionalhealth:Health
The final health analysis results, available when scanning is complete.
Inherited from
message?
optionalmessage:string
Warning message about the scan (reserved for future use).
Inherited from
remainingTime
remainingTime:
number
Time remaining in the current stage in seconds.
Inherited from
stage
stage:
GetHealthStage
The current stage of the scanning process.
Inherited from
totalTime
totalTime:
number|undefined
Total duration of the current stage in seconds, undefined if not known.