F00010
Reference Name: ModalityViewError
Description
This modality cannot be rendered for this view.
Parameters Definition
Key | Description |
---|---|
MODALITY | The modality that failed execution |
VIEW | The view that failed execution |
Example
{MODALITY} cannot be displayed on this view, {VIEW}.
Sample Notification Payload Definition
- Type:
NotificationPayload
- Interface:
View Selection
- Action:
VS_02
{
"Version": "1.0.0",
"Interface": "view_selection",
"Action": "vs_02",
"Code": "F00010",
"Parameters": {
"MODALITY": "CT",
"VIEW": "Transverse"
}
}
Potential Output
CT cannot be displayed on this view, Transverse.