26 #ifndef DicomBeamCompensator__HH
27 #define DicomBeamCompensator__HH
29 #include "dcmtk/dcmrt/seq/drtcos.h"
42 void Print( std::ostream& out );
47 OFString theAccessoryCode;
48 Sint32 theCompensatorColumns;
49 OFString theCompensatorDescription;
50 OFString theCompensatorDivergence;
51 OFString theCompensatorID;
52 OFString theCompensatorMountingPosition;
53 Sint32 theCompensatorNumber;
54 OFVector<Float64> theCompensatorPixelSpacing;
55 OFVector<Float64> theCompensatorPosition;
56 Sint32 theCompensatorRows;
57 OFVector<Float64> theCompensatorThicknessData;
58 OFVector<Float64> theCompensatorTransmissionData;
59 OFString theCompensatorTrayID;
60 OFString theCompensatorType;
61 OFString theMaterialID;
62 OFVector<Float64> theSourceToCompensatorDistance;
63 Float64 theSourceToCompensatorTrayDistance;
void DumpToFile(std::ofstream &out)
void Print(std::ostream &out)
DicomBeamCompensator(DRTCompensatorSequence::Item bcompItem)