ViewOrientations

import { ViewOrientation } from './ViewOrientation';
import { VolumeOrientation } from './VolumeOrientation';

export interface ViewOrientations {
  Version: string;
  Transverse: ViewOrientation;
  Sagittal: ViewOrientation;
  Coronal: ViewOrientation;
  Volume: VolumeOrientation;
}

{
  "Version": "String",
  "Transverse": "ViewOrientation",
  "Sagittal": "ViewOrientation",
  "Coronal": "ViewOrientation",
  "Volume": "VolumeOrientation"
}

References

Last Updated:
Contributors: Elliott Cooper, Matthew Satti