- Version:
1.0.0
- Interface:
scan_orientation
- Action:
so_01
{
"Version": "String",
"View": "ENUM: ScanView",
"Angle": "Float"
}
{
"Version": "1.0.0",
"View": 0,
"Angle": 0
}
Code | Description |
---|
S00000 | Action was received from Front End. |
S00001 | Action from Front End has completed. |
F00000 | Error executing the supplied function |
F00001 | Function is not defined |
F00006 | Action did not execute within an allotted time |
F00008 | Function is not found |
F00011 | The payload supplied is invalid |
F00015 | Enum value out of range |
F00022 | When the View supplied cannot be allocated to Volume |
- Version:
1.0.0
- Interface:
scan_orientation
- Action:
so_02
{
"Version": "String",
"View": "ENUM: ScanView",
"Flipped": "Boolean"
}
{
"Version": "0.0.1",
"View": 0,
"Flipped": false
}
Code | Description |
---|
S00000 | Action was received from Front End. |
S00001 | Action from Front End has completed. |
F00000 | Error executing the supplied function |
F00001 | Function is not defined |
F00006 | Action did not execute within an allotted time |
F00008 | Function is not found |
F00011 | The payload supplied is invalid |
F00015 | Enum value out of range |
- Version:
1.0.0
- Interface:
scan_orientation
- Action:
so_03
{
"Version": "String",
"View": "ENUM: ScanView",
"Flipped": "Boolean"
}
{
"Version": "0.0.1",
"View": 0,
"Flipped": false
}
Code | Description |
---|
S00000 | Action was received from Front End. |
S00001 | Action from Front End has completed. |
F00000 | Error executing the supplied function |
F00001 | Function is not defined |
F00006 | Action did not execute within an allotted time |
F00008 | Function is not found |
F00011 | The payload supplied is invalid |
F00015 | Enum value out of range |
- Version:
1.0.0
- Interface:
scan_orientation
- Action:
so_04
{
"Version": "String",
"InvertedSagittal": "Boolean",
"InvertedCoronal": "Boolean",
"InvertedTransverse": "Boolean"
}
{
"Version": "1.1.0",
"InvertedSagittal": true,
"InvertedCoronal": true,
"InvertedTransverse": true
}
Code | Description |
---|
S00000 | Action was received from Front End. |
S00001 | Action from Front End has completed. |
F00000 | Error executing the supplied function |
F00001 | Function is not defined |
F00006 | Action did not execute within an allotted time |
F00008 | Function is not found |
F00011 | The payload supplied is invalid |
F00015 | Enum value out of range |