|
PACS System 0.1.0
PACS DICOM system library
|
Positioner angle information. More...
#include <xa_storage.h>

Public Member Functions | |
| bool | is_valid () const noexcept |
| Check if angles are within valid range. | |
Public Attributes | |
| double | primary_angle |
| LAO/RAO angle in degrees. | |
| double | secondary_angle |
| Cranial/Caudal angle in degrees. | |
Positioner angle information.
Stores the primary and secondary angles of the X-ray positioner, which are essential for proper reconstruction and QCA analysis.
Definition at line 222 of file xa_storage.h.
|
nodiscardnoexcept |
Check if angles are within valid range.
Definition at line 176 of file xa_storage.cpp.
References primary_angle, and secondary_angle.
| double kcenon::pacs::services::sop_classes::xa_positioner_angles::primary_angle |
| double kcenon::pacs::services::sop_classes::xa_positioner_angles::secondary_angle |
Cranial/Caudal angle in degrees.
Definition at line 224 of file xa_storage.h.
Referenced by is_valid().