CAlgorithmIdentificationMacro | Class representing the Algorithm Identification Macro |
Calloc_fail | |
Cbacking_store_struct | |
►CBaseSCPWorker | |
CDcmSCPPool< SCP, SCPPool, BaseSCPWorker >::SCPWorker | Helper class to use any class as an SCPWorker as long as it is a model of the SCP Thread Concept |
Cbitread_perm_state | |
Cbitread_working_state | |
Cc_derived_tbl | |
CCContextRunMode | |
CCMR_ContentMappingResource | General purpose class hiding global functions used for the "Content Mapping Resource" (CMR) from the global namespace |
CCode | |
CContentIdentificationMacro | Content Identification Macro |
CContentIdentificationMacro::AlternateContentDescriptionItem | Class representing an Alternate Content Description item |
CCTable | |
Cd_derived_tbl | |
CDB_CounterList | |
CDB_ElementList | This class provides a primitive interface for handling a list of flat DICOM elements, similar to DcmItem, but only for use within the database module |
CDB_FindAttr | |
CDB_Private_Handle | |
CDB_SerializedCharPtr | |
CDB_SerializedCharPtr.ptr | |
CDB_SerializedTagKey | |
CDB_SmallDcmElmt | This class provides a primitive interface for handling a flat DICOM element, similar to DcmElement, but only for use within the database module |
CDB_UidList | |
CDcmAssociationConfiguration | This class maintains a list of association negotiation configuration profiles |
CDcmAssociationConfigurationFile | Helper class that encapsulated methods for filling a DcmAssociationConfiguration object from a config file |
CDcmAttributeFilter | Accept or reject DcmItem objects by comparing a specific attribute to a set of values |
►CDcmAttributeFilter::FilterInterface | All actual filter implementations must inherit this interface |
CDcmAttributeFilter::IteratorBasedFilter< Iterator > | A range-based filter implementation that compares an attribute's value with a range of values defined by two iterators |
CDcmAttributeMatching | A class that implements the different kinds attribute matching |
CDcmBaseSCPPool | Base class for implementing an SCP pool with one thread listening for incoming TCP/IP connections and spawning a number of SCP worker threads that handle the incoming DICOM association on that connection |
►CDcmCodec | Abstract base class for a codec object that can be registered in dcmdata and performs transfer syntax transformation (i.e |
CDcmRLECodecDecoder | Decoder class for RLE |
CDcmRLECodecEncoder | Encoder class for RLE |
►CDJCodecDecoder | Abstract codec class for JPEG decoders |
CDJDecoderBaseline | Decoder class for JPEG Baseline (lossy, 8-bit) |
CDJDecoderExtended | Decoder class for JPEG Extended Sequential (lossy, 8/12-bit) |
CDJDecoderLossless | Decoder class for JPEG Lossless (8/12/16-bit) |
CDJDecoderP14SV1 | Decoder class for JPEG Lossless Selection Value 1 (8/12/16-bit) |
CDJDecoderProgressive | Decoder class for JPEG Progressive (lossy, 8/12-bit) |
CDJDecoderSpectralSelection | Decoder class for JPEG Spectral Selection (lossy, 8/12-bit) |
►CDJCodecEncoder | Abstract codec class for JPEG encoders |
CDJEncoderBaseline | Encoder class for JPEG Baseline (lossy, 8-bit) |
CDJEncoderExtended | Encoder class for JPEG Extended Sequential (lossy, 8/12-bit) |
CDJEncoderLossless | Encoder class for JPEG Lossless (8/12/16-bit) |
CDJEncoderP14SV1 | Encoder class for JPEG Lossless Selection Value 1 (8/12/16-bit) |
CDJEncoderProgressive | Encoder class for JPEG Progressive (lossy, 8/12-bit) |
CDJEncoderSpectralSelection | Encoder class for JPEG Spectral Selection (lossy, 8/12-bit) |
►CDJLSDecoderBase | Abstract codec class for JPEG-LS decoders |
CDJLSLosslessDecoder | Codec class for JPEG-LS lossless only TS decoding |
CDJLSNearLosslessDecoder | Codec class for JPEG-LS lossy and lossless TS decoding |
►CDJLSEncoderBase | Abstract codec class for JPEG-LS encoders |
CDJLSLosslessEncoder | Codec class for JPEG-LS lossless only TS encoding |
CDJLSNearLosslessEncoder | Codec class for JPEG-LS lossy and lossless TS encoding |
CDcmCodecList | Singleton that keeps list of registered codecs for dcmdata |
►CDcmCodecParameter | Abstract base class for a codec parameter object that describes the settings (modes of operations) for one particular codec (DcmCodec) object |
CDcmRLECodecParameter | Codec parameter for RLE codec |
CDJCodecParameter | Codec parameter for IJG codecs |
CDJLSCodecParameter | Codec parameter for JPEG-LS codecs |
►CDcmConsumer | Pure virtual abstract base class for consumers, i.e |
CDcmBufferConsumer | Consumer class that stores data in a buffer provided by the caller |
CDcmFileConsumer | Consumer class that stores data in a plain file |
►CDcmOutputFilter | Pure virtual abstract base class for output filters, i.e |
CDcmZLibOutputFilter | Zlib compression filter for output streams |
CDcmDataDictionary | This class implements a loadable DICOM Data Dictionary |
CDcmDataUtil | Class with helper functions used within the dcmdata module (and beyond) |
CDcmDicomDir | This class implements support for DICOMDIR files, which are special DICOM files containing a list of directory records, with a logical tree structure being implemented through references between records as byte offsets in file |
CDcmDictEntryList | Ordered list of pointers to DcmDictEntry objects |
CDcmEncoderOutputStream | Abstract class that defines an interface through which encoder classes (such as DcmRLEEncoder) may export their encoded data |
CDcmExtendedNegotiationItem | This helper class is a extended negotiation list entry |
CDcmExtendedNegotiationMap | This helper class maintains a map of extended negotiation lists |
CDcmFGTypes | General purpose class hiding global functions, constants and types related to functional groups from the global namespace |
CDcmFileCache | This class implements a simple container that stores an input stream, the position of that input stream corresponding to the start of a DICOM element value field contained in the stream and the current "owner" object |
CDcmFindSCU | This class implements a complete DICOM C-FIND SCU, including association set-up, execution of the C-FIND transaction including processing of results, and closing of the association |
►CDcmFindSCUCallback | Abstract base class for Find SCU callbacks |
CDcmFindSCUDefaultCallback | Default implementation of FindSCU callback class |
CDcmHashDict | Hash table of pointers to DcmDictEntry objects |
CDcmHashDictIterator | Iterator class for traversing a DcmHashDict |
►CDcmInputStream | Abstract base class for input streams |
CDcmInputBufferStream | Input stream that reads from a buffer of fixed length which must be provided by the caller |
CDcmInputFileStream | Input stream that reads from a plain file |
►CDcmInputStreamFactory | Pure virtual abstract base class for input stream factories, i.e |
CDcmInputFileStreamFactory | Input stream factory for plain files |
CDcmInputTempFileStreamFactory | Input stream factory for temporary file handlers |
►CDcmIODCommon | Interface class to those modules and data attributes are common for many DICOM IODs |
CDcmIODImage<> | Class for managing common image IOD attributes |
►CDcmIODImage< IODImagePixelModule< Uint16 >, IODImagePixelModule< Sint16 >, IODFloatingPointImagePixelModule, IODDoubleFloatingPointImagePixelModule > | |
►CDPMParametricMapBase | Class for managing the Parametric Map IOD attributes |
CDPMParametricMapIOD | Class for managing the Parametric Map IOD attributes |
►CDcmIODImage< IODImagePixelModule< Uint8 > > | |
CDcmSegmentation | Class representing an object of the "Segmentation SOP Class" |
CTrcTractographyResults | Class representing an object of the "Tractography Results" object IOD |
CDcmIODTypes | Class that wraps some constant definitions in the context of IODs |
CDcmIODTypes::Frame | Struct representing a single frame |
CDcmIODUtil | Class with helper functions used within the dcmiod module (and beyond) |
CDcmJpegHelper | Helper class with static methods used from different dcmjpeg classes (in particular from the encoder and the decoder part) |
►CDcmJsonFormat | Class for handling JSON format options |
CDcmJsonFormatCompact | Subclass for handling JSON formatted output |
CDcmJsonFormatPretty | Subclass for handling JSON formatted output |
CDcmJsonFormat::Indention | A class to create small proxy objects that ease indention handling |
CDcmKeyValuePair< T > | This template class implements a simple key - value pair map that is used in template class DcmSimpleMap |
CDcmList | Double-linked list class that maintains pointers to DcmObject instances |
CDcmListNode | Helper class maintaining an entry in a DcmList double-linked list |
CDcmModuleHelpers | This class contains helper functions that permit copying common modules from DICOM standard part 3 between DICOM datasets |
►CDcmObject | Abstract base class for most classes in module dcmdata |
►CDcmElement | Abstract base class for all DICOM elements |
CDcmAttributeTag | Class representing the DICOM value representation 'Attribute Tag' (AT) |
►CDcmByteString | Base class for all DICOM value representations storing a character string |
CDcmAgeString | Class representing the DICOM value representation 'Age String' (AS) |
CDcmApplicationEntity | Class representing the DICOM value representation 'Application Entity' (AE) |
►CDcmCharString | Base class for DICOM elements with value representation LO, LT, PN, SH, ST, UC and UT |
CDcmLongString | Class representing the DICOM value representation 'Long String' (LO) |
CDcmLongText | Class representing the DICOM value representation 'Long Text' (LT) |
CDcmPersonName | Class representing the DICOM value representation 'Person Name' (PN) |
CDcmShortString | Class representing the DICOM value representation 'Short String' (SH) |
CDcmShortText | Class representing the DICOM value representation 'Short Text' (ST) |
CDcmUnlimitedCharacters | Class representing the DICOM value representation 'Unlimited Characters' (UC) |
CDcmUnlimitedText | Class representing the DICOM value representation 'Unlimited Text' (UT) |
CDcmCodeString | Class representing the DICOM value representation 'Code String' (CS) |
CDcmDate | Class representing the DICOM value representation 'Date' (DA) |
CDcmDateTime | Class representing the DICOM value representation 'Date Time' (DT) |
CDcmDecimalString | Class representing the DICOM value representation 'Decimal String' (DS) |
CDcmIntegerString | Class representing the DICOM value representation 'Integer String' (IS) |
CDcmTime | Class representing the DICOM value representation 'Time' (TM) |
CDcmUniqueIdentifier | Class representing the DICOM value representation 'Unique Identifier' (UI) |
CDcmUniversalResourceIdentifierOrLocator | Class representing the DICOM value representation 'Universal Resource Identifier or Universal Resource Locator (URI/URL)' (UR) |
►CDcmFloatingPointDouble | Class representing the DICOM value representation 'Floating Point Double' (FD) |
CDcmOtherDouble | Class representing the DICOM value representation 'Other Double' (OD) |
►CDcmFloatingPointSingle | Class representing the DICOM value representation 'Floating Point Single' (FL) |
CDcmOtherFloat | Class representing the DICOM value representation 'Other Float' (OF) |
►CDcmOtherByteOtherWord | Class representing the DICOM value representations 'Other Byte' (OB) and 'Other Word' (OW) |
CDcmPixelItem | This class implements a container for a fragment of compressed pixel data |
►CDcmPolymorphOBOW | Class representing DICOM elements (such as uncompressed pixel data) that can be interpreted either as OB or as OW, i.e |
CDcmOverlayData | Class used to represent overlay data (60xx,3000) |
CDcmPixelData | The class DcmPixelData stores different pixel representations identified by a type (the transfer syntax) and some representation parameters The three unencapsulated transfer syntaxes belong to the same pixel representation |
►CDcmSequenceOfItems | Class representing a DICOM Sequence of Items (SQ) |
CDcmFileFormat | Class handling the DICOM file format (with meta header) |
CDcmPixelSequence | This class implements a sequence of pixel items, i.e |
CDcmSignedLong | Class representing the DICOM value representation 'Signed Long' (SL) |
CDcmSignedShort | Class representing the DICOM value representation 'Signed Short' (SS) |
►CDcmUnsignedLong | Class representing the DICOM value representation 'Unsigned Long' (UL) |
CDcmOtherLong | Class representing the DICOM value representation 'Other Long' (OL) |
CDcmUnsignedLongOffset | Class used for DICOMDIR byte offsets |
CDcmUnsignedShort | Class representing the DICOM value representation 'Unsigned Short' (US) |
►CDcmItem | Class representing a list of DICOM elements in which each element has a different tag and elements are maintained in increasing order of tags |
CDcmDataset | Class handling the DICOM dataset format (files without meta header) |
CDcmDirectoryRecord | Class representing a directory record dataset in a DICOMDIR |
CDcmMetaInfo | Class representing the DICOM file meta information header |
CDcmObject::PrintHelper | Helper class to print a DcmObject to an ostream using operator<< |
►CDcmOutputStream | Base class for output streams |
CDcmOutputBufferStream | Output stream that writes into a buffer of fixed length which must be provided by the caller |
CDcmOutputFileStream | Output stream that writes into a plain file |
CDcmPath | Class representing a path of DICOM objects |
CDcmPathNode | Class representing a node in DcmPath |
CDcmPathProcessor | |
CDcmPresentationContextInfo | Structure representing a single Presentation Context |
CDcmPresentationContextItem | This helper class is a presentation context list entry |
CDcmPresentationContextMap | This helper class maintains a map of presentation context lists |
►CDcmPresentationState | Grayscale Softcopy Presentation State |
CDVPresentationState | Grayscale Softcopy Presentation State |
CDcmPrivateTagCache | This class implements a cache of Private Creator elements and corresponding reserved tag numbers |
CDcmPrivateTagCacheEntry | Class handling one entry of the Private Tag Cache List |
CDcmProcessSlotType | Structure representing single process in multi-process mode |
►CDcmProducer | Pure virtual abstract base class for producers, i.e |
CDcmBufferProducer | Producer class that reads data from a buffer provided by the caller |
CDcmFileProducer | Producer class that reads data from a plain file |
►CDcmInputFilter | Pure virtual abstract base class for input filters, i.e |
CDcmZLibInputFilter | Zlib compression filter for input streams |
CDcmProfileEntry | This helper class is a profile list entry |
CDcmProfileMap | This helper class maintains a map of association negotiation profile keys |
CDcmQuant | |
CDcmQuantColorHashTable | This class implements a hash table for colors |
CDcmQuantColorMapping< T1, T2 > | Template class that maps a color image into a palette color image with given color palette |
CDcmQuantColorTable | This class implements a color table that can either be a look-up table or an image color histogram |
CDcmQuantFloydSteinberg | This class implements Floyd-Steinberg error diffusion |
CDcmQuantHistogramItemList | This is a helper class used by class DcmQuantColorHashTable |
CDcmQuantIdent | Pseudo error diffusion class implementing an identity transformation |
►CDcmQuantPixel | Objects of this class represent individual RGB pixels |
CDcmQuantHistogramItem | This class extends DcmQuantPixel by an integer value which is used for various purposes |
CDcmQuantPixelBox | Helper structure for class DcmQuantPixelBoxArray |
CDcmQuantPixelBoxArray | Helper class for the Median Cut algorithm |
CDcmQuantScaleTable | This is a helper class used for temporarily reducing the image bit depth during calculation of an image histogram |
CDcmQueryRetrieveCharacterSetOptions | This class describes configuration settings regarding character set handling |
CDcmQueryRetrieveConfig | This class describes configuration settings for a Query/Retrieve SCP Service |
CDcmQueryRetrieveConfigAEEntry | This class describes configuration settings for a single storage area |
CDcmQueryRetrieveConfigConfiguration | This class describes configuration settings for a list of storage areas |
CDcmQueryRetrieveConfigHostEntry | This class describes configuration settings for one symbolic host or vendor |
CDcmQueryRetrieveConfigHostTable | This class describes configuration settings for a list of symbolic hosts or vendors |
CDcmQueryRetrieveConfigPeer | This class describes configuration settings for a remote SCP peer |
CDcmQueryRetrieveConfigQuota | This class describes configuration settings for the quota of a storage area |
►CDcmQueryRetrieveDatabaseHandle | Abstract base class for database handles |
CDcmQueryRetrieveIndexDatabaseHandle | This class maintains database handles based on the classical "index.dat" file |
►CDcmQueryRetrieveDatabaseHandleFactory | Abstract factory class |
CDcmQueryRetrieveIndexDatabaseHandleFactory | Index database factory class |
CDcmQueryRetrieveDatabaseStatus | This class describes the result of a database operation (for an incoming C-FIND, C-MOVE, C-GET or C-STORE request) in a format that can directly be communicated to the remote SCU in a DIMSE RSP message |
CDcmQueryRetrieveFindContext | This class maintains the context information that is passed to the callback function called by DIMSE_findProvider |
CDcmQueryRetrieveGetContext | This class maintains the context information that is passed to the callback function called by DIMSE_getProvider |
CDcmQueryRetrieveMoveContext | This class maintains the context information that is passed to the callback function called by DIMSE_moveProvider |
CDcmQueryRetrieveOptions | This class encapsulates all the various options that affect the operation of the SCP, in addition to those defined in the config file |
CDcmQueryRetrieveProcessTable | This class maintains a table of client processes |
CDcmQueryRetrieveSCP | Main class for Query/Retrieve Service Class Provider |
CDcmQueryRetrieveStoreContext | This class maintains the context information that is passed to the callback function called by DIMSE_storeProvider |
CDcmQueryRetrieveTelnetInitiator | This class provides the functionality of the telnet initiator application |
CDcmRepresentationEntry | Object of this class maintains one compression "version" of a PixelData element within a DICOM dataset |
►CDcmRepresentationParameter | Abstract base class for codec representation parameter sets |
CDcmRLERepresentationParameter | Representation parameter for RLE |
CDJ_RPLossless | Representation parameter for lossless JPEG |
CDJ_RPLossy | Representation parameter for lossy JPEG |
CDJLSRepresentationParameter | Representation parameter for JPEG-LS |
CDcmRLEDecoder | This class implements an RLE decompressor conforming to the DICOM standard |
CDcmRLEDecoderRegistration | Singleton class that registers an RLE decoder |
CDcmRLEEncoder | This class implements an RLE compressor conforming to the DICOM standard |
CDcmRLEEncoderRegistration | Singleton class that registers an RLE encoder |
CDcmRoleSelectionItem | This helper class is a role selection list entry |
CDcmRoleSelectionMap | This helper class maintains a map of role selection lists |
►CDcmSCP | Base class for implementing a DICOM Service Class Provider (SCP) |
CDcmStorageSCP | Interface class for a Storage Service Class Provider (SCP) |
CDcmThreadSCP | Base class for implementing a DICOM Service Class Provider (SCP) that can serve as a worker in a thread pool, by offering functionality to run an association from an already accepted TCP/IP connection |
CDcmSCPConfig | Class that encapsulates an SCP configuration that is needed in order to configure the service negotiation behavior (presentation contexts, AE title, listening port, etc) as well as some runtime configuration like the DIMSE timeout |
►CDcmSCU | Base class for implementing DICOM Service Class User functionality |
CDcmStorageSCU | Interface class for a Storage Service Class User (SCU) |
CDcmTLSSCU | Base class for implementing DICOM TLS-enabled Service Class User functionality |
CDcmSCU::DcmSCUPresContext | Defines presentation context, consisting of one abstract syntax name and a list of transfer syntaxes for this abstract syntax |
CDcmSegment | Class representing a segment from the Segment Identification Sequence, as used within the Segmentation Image Module |
CDcmSegTypes | General purpose class hiding global functions, constants and types in the segmentation context from the global namespace |
CDcmSegUtils | Class that contains helper functionality for the dcmseg module |
CDcmSignature | This class provides the main interface to the dcmsign module - it allows to create, examine and verify digital signatures in DICOM datasets or items |
CDcmSimpleMap< T > | This class implements a simple map of key-value pairs |
CDcmSpecificCharacterSet | A class for managing and converting between different DICOM character sets |
CDcmStack | This class manages a stack of pointers to DcmObject instances |
CDcmStackNode | Helper class used by DcmStack |
CDcmStorageSCU::TransferEntry | Internal class/struct for a single transfer entry |
►CDcmTagKey | Class maintaining a attribute tag (group and element number) |
CDcmDictEntry | Each object of this class manages one entry of the global DICOM data dictionary |
CDcmTag | This class encapsulates an attribute tag (group, element) and a VR |
CDcmTempFileHandler | Class that manages the life cycle of a temporary file |
Cdcmtk::log4cplus::ConfigureAndWatchThread | |
Cdcmtk::log4cplus::DiagnosticContext | This is the internal object that is stored on the NDC stack |
►Cdcmtk::log4cplus::ErrorHandler | This class is used to "handle" errors encountered in an log4cplus::Appender |
Cdcmtk::log4cplus::OnlyOnceErrorHandler | |
►Cdcmtk::log4cplus::helpers::AbstractSocket | |
Cdcmtk::log4cplus::helpers::ServerSocket | This class implements server sockets |
Cdcmtk::log4cplus::helpers::Socket | This class implements client sockets (also called just "sockets") |
Cdcmtk::log4cplus::helpers::ConvertIntegerToStringHelper< intType > | |
Cdcmtk::log4cplus::helpers::FileInfo | FileInfo structure is OS independent abstraction of the stat() function |
Cdcmtk::log4cplus::helpers::LockFile | |
Cdcmtk::log4cplus::helpers::LogLog | This class used to output log statements from within the log4cplus package |
Cdcmtk::log4cplus::helpers::LogLogUser | This class used to simplify the use of the LogLog class |
Cdcmtk::log4cplus::helpers::Properties | |
►Cdcmtk::log4cplus::helpers::SharedObject | |
►Cdcmtk::log4cplus::Appender | Extend this class for implementing your own strategies for printing log statements |
Cdcmtk::log4cplus::AsyncAppender | |
Cdcmtk::log4cplus::CLFSAppender | |
Cdcmtk::log4cplus::ConsoleAppender | ConsoleAppender appends log events to STD_NAMESPACE cout or STD_NAMESPACE cerr using a layout specified by the user |
►Cdcmtk::log4cplus::FileAppender | Appends log events to a file |
Cdcmtk::log4cplus::DailyRollingFileAppender | DailyRollingFileAppender extends FileAppender so that the underlying file is rolled over at a user chosen frequency |
Cdcmtk::log4cplus::RollingFileAppender | RollingFileAppender extends FileAppender to backup the log files when they reach a certain size |
Cdcmtk::log4cplus::Log4jUdpAppender | Sends log events as Log4j XML to a remote a log server |
Cdcmtk::log4cplus::NullAppender | Appends log events to a file |
Cdcmtk::log4cplus::SocketAppender | Sends spi::InternalLoggingEvent objects to a remote a log server |
Cdcmtk::log4cplus::SysLogAppender | Appends log events to a file |
►Cdcmtk::log4cplus::spi::Filter | Users should extend this class to implement customized logging event filtering |
Cdcmtk::log4cplus::spi::DenyAllFilter | This filter drops all logging events |
Cdcmtk::log4cplus::spi::LogLevelMatchFilter | This is a very simple filter based on LogLevel matching |
Cdcmtk::log4cplus::spi::LogLevelRangeFilter | This is a very simple filter based on LogLevel matching, which can be used to reject messages with LogLevels outside a certain range |
Cdcmtk::log4cplus::spi::StringMatchFilter | This is a very simple filter based on string matching |
►Cdcmtk::log4cplus::spi::LoggerImpl | This is the central class in the log4cplus package |
Cdcmtk::log4cplus::spi::RootLogger | RootLogger sits at the top of the logger hierachy |
►Cdcmtk::log4cplus::thread::AbstractThread | There are many cross-platform C++ Threading libraries |
Cdcmtk::log4cplus::SocketAppender::ConnectorThread | |
Cdcmtk::log4cplus::thread::Queue | Single consumer, multiple producers queue |
►Cdcmtk::log4cplus::thread::ThreadImplBase | |
Cdcmtk::log4cplus::thread::impl::Thread | There are many cross-platform C++ Threading libraries |
Cdcmtk::log4cplus::helpers::SharedObjectPtr< T > | |
Cdcmtk::log4cplus::helpers::snprintf_buf | |
Cdcmtk::log4cplus::helpers::SocketBuffer | |
Cdcmtk::log4cplus::helpers::Time | This class represents a Epoch time with microsecond accuracy |
Cdcmtk::log4cplus::Hierarchy | This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy |
Cdcmtk::log4cplus::HierarchyLocker | This is used to lock a Hierarchy |
Cdcmtk::log4cplus::internal::appender_sratch_pad | |
Cdcmtk::log4cplus::internal::gft_scratch_pad | |
Cdcmtk::log4cplus::internal::per_thread_data | Per thread data |
►Cdcmtk::log4cplus::Layout | This class is used to layout strings sent to an log4cplus::Appender |
Cdcmtk::log4cplus::PatternLayout | A flexible layout configurable with pattern string |
Cdcmtk::log4cplus::SimpleLayout | SimpleLayout consists of the LogLevel of the log statement, followed by " - " and then the log message itself |
Cdcmtk::log4cplus::TTCCLayout | TTCC layout format consists of time, thread, Logger and nested diagnostic context information, hence the name |
Cdcmtk::log4cplus::LogLevelManager | This class is used to "manage" LogLevel definitions |
Cdcmtk::log4cplus::LogLevelManager::LogLevelToStringMethodRec | |
Cdcmtk::log4cplus::LogLevelManager::LogLevelToStringMethodRec.__unnamed__ | |
Cdcmtk::log4cplus::MDC | |
Cdcmtk::log4cplus::NDC | Implements nested diagnostic contexts as defined by Neil Harrison in the article "Patterns for Logging
Diagnostic Messages" part of the book "<i>Pattern Languages of
Program Design 3</i>" edited by Martin et al |
Cdcmtk::log4cplus::NDCContextCreator | This class ensures that a NDC#push call is always matched with a NDC#pop call even in the face of exceptions |
►Cdcmtk::log4cplus::PropertyConfigurator | Provides configuration from an external file |
Cdcmtk::log4cplus::BasicConfigurator | Use this class to quickly configure the package |
►Cdcmtk::log4cplus::spi::AppenderAttachable | This Interface is for attaching Appenders to objects |
►Cdcmtk::log4cplus::helpers::AppenderAttachableImpl | This Interface is for attaching Appenders to objects |
Cdcmtk::log4cplus::AsyncAppender | |
Cdcmtk::log4cplus::spi::LoggerImpl | This is the central class in the log4cplus package |
►Cdcmtk::log4cplus::Logger | This is the central class in the log4cplus package |
COFLogger | Simple wrapper around the "low-level" Logger object to make it easier to switch to a different system |
►Cdcmtk::log4cplus::spi::BaseFactory | This is the base class for all factories |
Cdcmtk::log4cplus::spi::AppenderFactory | This abstract class defines the "Factory" interface to create "Appender" objects |
Cdcmtk::log4cplus::spi::FilterFactory | This abstract class defines the "Factory" interface to create "Appender" objects |
Cdcmtk::log4cplus::spi::LayoutFactory | This abstract class defines the "Factory" interface to create "Layout" objects |
Cdcmtk::log4cplus::spi::LocaleFactory | This abstract class defines the "Factory" interface to create STD_NAMESPACE locale instances |
Cdcmtk::log4cplus::spi::InternalLoggingEvent | The internal representation of logging events |
►Cdcmtk::log4cplus::spi::LoggerFactory | Implement this interface to create new instances of Logger or a sub-class of Logger |
Cdcmtk::log4cplus::DefaultLoggerFactory | This class is used to create the default implementation of the Logger class |
►Cdcmtk::log4cplus::spi::ObjectRegistryBase | This is the base class used to implement the functionality required by the ObjectRegistry template class |
Cdcmtk::log4cplus::spi::FactoryRegistry< T > | This template class is used as a "Factory Registry" |
Cdcmtk::log4cplus::thread::FairMutex | |
►Cdcmtk::log4cplus::thread::FairMutexImplBase | |
Cdcmtk::log4cplus::thread::impl::FairMutex | |
Cdcmtk::log4cplus::thread::impl::PthreadMutexAttr | |
Cdcmtk::log4cplus::thread::impl::ThreadStart | |
Cdcmtk::log4cplus::thread::ManualResetEvent | |
►Cdcmtk::log4cplus::thread::ManualResetEventImplBase | |
Cdcmtk::log4cplus::thread::impl::ManualResetEvent | |
Cdcmtk::log4cplus::thread::Mutex | |
►Cdcmtk::log4cplus::thread::MutexImplBase | |
Cdcmtk::log4cplus::thread::impl::Mutex | |
Cdcmtk::log4cplus::thread::Semaphore | |
►Cdcmtk::log4cplus::thread::SemaphoreImplBase | |
Cdcmtk::log4cplus::thread::impl::Semaphore | |
Cdcmtk::log4cplus::thread::SharedMutex | |
►Cdcmtk::log4cplus::thread::SharedMutexImplBase | |
Cdcmtk::log4cplus::thread::impl::SharedMutex | |
Cdcmtk::log4cplus::thread::SyncGuard< SP > | |
Cdcmtk::log4cplus::thread::SyncGuardFunc< SP, lock_func, unlock_func > | |
Cdcmtk::log4cplus::TraceLogger | This class is used to produce "Trace" logging |
CDcmTransferSyntaxMap | This helper class maintains a map of transfer syntax lists |
►CDcmTransportConnection | This class represents a TCP/IP based transport connection which can be a transparent TCP/IP socket communication or a secure transport protocol such as TLS |
CDcmTCPConnection | This class represents a TCP/IP based transport connection |
CDcmTLSConnection | This class represents a TLS (Transport Layer Security) V1 based secure transport connection |
►CDcmTransportLayer | Factory class which creates transport layer connections |
CDcmTLSTransportLayer | Factory class which creates secure TLS transport layer connections and maintains the parameters common to all TLS transport connections in one application (e.g |
CDCMTypes | General purpose class hiding constants from the global namespace |
CDcmUIDHandler | Helper class that manages a single DICOM UID |
CDcmVR | Class representing a DICOM Value Representation |
CDcmWriteCache | This class implements a buffering mechanism that is used when writing large elements that reside in file into an output stream |
CDcmXfer | Class that allows for a lookup of Transfer Syntax properties and readable descriptions |
CDecoderStrategy | |
CDefaultTraitsT< sample, pixel > | |
CDerivationImageItem | Class representing a single item in Derivation Image Sequence |
►CDiBaseLUT | Base class to handle look-up tables |
►CDiDisplayLUT | Class to compute and store the Display lookup table |
CDiCIELABLUT | Class to compute and store the CIELAB lookup table |
CDiGSDFLUT | Class to compute and store the GSDF lookup table |
CDiLookupTable | Class to handle color palette look-up tables |
►CDiColorOutputPixel | Abstract base class to create color output data |
CDiColorOutputPixelTemplate< T1, T2 > | Template class to create color output data |
►CDicomDirImagePlugin | Abstract interface to plugable image support for the DICOMDIR class |
CDicomDirImageImplementation | Implementation of the plugable image support for the DICOMDIR class |
CDicomDirInterface | An interface class for simplified creation of a DICOMDIR |
CDicomImage | Interface class for dcmimgle/dcmimage module |
CDicomImageClass | Class comprising several global functions and constants |
CDiCubicSpline< T1, T2 > | Template class for cubic spline interpolation |
CDiCurveFitting< T1, T2 > | Template class for polynomial curve fitting algorithm |
►CDiDisplayFunction | Class to handle hardcopy and softcopy device characteristics file and manage display LUTs (for calibration) |
CDiCIELABFunction | Class to manage CIELAB LUTs (for calibration) |
CDiGSDFunction | Class to manage GSDF LUTs (for calibration) |
►CDiImage | Base class for images |
►CDiColorImage | Base class for color images |
CDiARGBImage | Class for ARGB images |
CDiCMYKImage | Class for CMYK images |
CDiHSVImage | Class for HSV images |
CDiPaletteImage | Class for PALETTE COLOR images |
CDiRGBImage | Class for RGB images |
CDiYBR422Image | Class for YCbCr Full 4:2:2 images |
CDiYBRImage | Class for YCbCr images |
CDiYBRPart422Image | Class for YCbCr Partial 4:2:2 images |
►CDiMonoImage | Base class for monochrome images |
CDiMono1Image | Class for MONOCHROME1 images |
►CDiMono2Image | Class for MONOCHROME2 images |
CDiOverlayImage | Class for standalone overlay images |
►CDiInputPixel | Abstract base class to convert DICOM pixel stream to intermediate representation |
CDiInputPixelTemplate< T1, T2 > | Template class to convert DICOM pixel stream to intermediate representation |
►CDiMonoOutputPixel | Abstract base class to create monochrome output data |
CDiMonoOutputPixelTemplate< T1, T2, T3 > | Template class to create monochrome output data |
CDimseCondition | Helper class with static methods that facilitate the migration from the old stack-based condition handling code in module dcmnet to the new class based code |
►CDiObjectCounter | Class to count number of instances (objects created from a certain class) |
CDiDocument | Interface class to DICOM data management (dcmdata) |
CDiLookupTable | Class to handle color palette look-up tables |
CDiMonoModality | Class to handle modality specific transformations (incl |
CDiOverlay | Class to handle a set of overlay planes |
CDiOverlayData | Class to handle overlay pixel data |
CDiOverlayPlane | Class to handle a single overlay plane |
►CDiPixel | Abstract base class to handle pixel data |
►CDiColorPixel | Abstract base class to handle color pixel data |
►CDiColorPixelTemplate< T > | Template class to handle color pixel data |
CDiColorCopyTemplate< T > | Template class to copy color pixel data |
CDiColorFlipTemplate< T > | Template class to flip color images (on pixel data level) horizontally and vertically |
CDiColorRotateTemplate< T > | Template class to rotate color images (on pixel data level) |
CDiColorScaleTemplate< T > | Template class to scale color images (on pixel data level) |
►CDiColorPixelTemplate< T2 > | |
CDiCMYKPixelTemplate< T1, T2 > | Template class to handle CMYK pixel data |
CDiHSVPixelTemplate< T1, T2 > | Template class to handle HSV pixel data |
CDiRGBPixelTemplate< T1, T2 > | Template class to handle RGB pixel data |
CDiYBR422PixelTemplate< T1, T2 > | Template class to handle YCbCr Full 4:2:2 pixel data |
CDiYBRPart422PixelTemplate< T1, T2 > | Template class to handle YCbCr Partial 4:2:2 pixel data |
CDiYBRPixelTemplate< T1, T2 > | Template class to handle YCbCr pixel data |
►CDiColorPixelTemplate< T3 > | |
CDiARGBPixelTemplate< T1, T2, T3 > | Template class to handle ARGB pixel data |
CDiPalettePixelTemplate< T1, T2, T3 > | Template class to handle Palette color pixel data |
►CDiMonoPixel | Abstract base class to handle monochrome pixel data |
►CDiMonoPixelTemplate< T > | Template class to handle monochrome pixel data |
CDiColorMonoTemplate< T > | Template class to convert color image to monochrome images |
CDiMonoCopyTemplate< T > | Template class to copy monochrome pixel data |
CDiMonoFlipTemplate< T > | Template class to flip monochrome images (on pixel data level) horizontally and vertically |
CDiMonoRotateTemplate< T > | Template class to rotate monochrome images (on pixel data level) |
CDiMonoScaleTemplate< T > | Template class to scale monochrome images (on pixel data level) |
►CDiMonoPixelTemplate< T3 > | |
CDiMonoInputPixelTemplate< T1, T2, T3 > | Template class to convert monochrome pixel data to intermediate representation |
►CDiPixelRepresentationTemplate< T > | Template class to determine pixel representation |
CDiColorPixelTemplate< T > | Template class to handle color pixel data |
CDiMonoPixelTemplate< T > | Template class to handle monochrome pixel data |
►CDiPixelRepresentationTemplate< T2 > | |
CDiColorOutputPixelTemplate< T1, T2 > | Template class to create color output data |
CDiColorPixelTemplate< T2 > | |
CDiInputPixelTemplate< T1, T2 > | Template class to convert DICOM pixel stream to intermediate representation |
►CDiPixelRepresentationTemplate< T3 > | |
CDiColorPixelTemplate< T3 > | |
CDiMonoOutputPixelTemplate< T1, T2, T3 > | Template class to create monochrome output data |
CDiMonoPixelTemplate< T3 > | |
►CDiPluginFormat | Abstract interface to plugable image output formats |
CDiJPEGPlugin | Implementation of a JPEG plugin for the dcmimgle/dcmimage library |
CDiPNGPlugin | Implementation of a PNG plugin for the dcmimgle/dcmimage library |
CDiTIFFPlugin | Implementation of a TIFF plugin for the dcmimgle/dcmimage library |
►CDiRegisterBase | Abstract base class to register additional libraries |
CDiRegister | Class to register color support to dcmimgle library |
►CDiTransTemplate< T > | Template class building the base for other transformations |
►CDiFlipTemplate< T > | Template class to flip images (on pixel data level) |
CDiColorFlipTemplate< T > | Template class to flip color images (on pixel data level) horizontally and vertically |
CDiMonoFlipTemplate< T > | Template class to flip monochrome images (on pixel data level) horizontally and vertically |
►CDiRotateTemplate< T > | Template class to rotate images (on pixel data level) |
CDiColorRotateTemplate< T > | Template class to rotate color images (on pixel data level) |
CDiMonoRotateTemplate< T > | Template class to rotate monochrome images (on pixel data level) |
►CDiScaleTemplate< T > | Template class to scale images (on pixel data level) |
CDiColorScaleTemplate< T > | Template class to scale color images (on pixel data level) |
CDiMonoScaleTemplate< T > | Template class to scale monochrome images (on pixel data level) |
►CDJDecoder | Abstract base class for decompression classes |
CDJDecompressIJG12Bit | This class encapsulates the decompression routines of the IJG JPEG library configured for 12 bits/sample |
CDJDecompressIJG16Bit | This class encapsulates the decompression routines of the IJG JPEG library configured for 16 bits/sample |
CDJDecompressIJG8Bit | This class encapsulates the decompression routines of the IJG JPEG library configured for 8 bits/sample |
CDJDecoderRegistration | Singleton class that registers decoders for all supported JPEG processes |
►CDJEncoder | Abstract base class for compression classes |
CDJCompressIJG12Bit | This class encapsulates the compression routines of the IJG JPEG library configured for 12 bits/sample |
CDJCompressIJG16Bit | This class encapsulates the compression routines of the IJG JPEG library configured for 16 bits/sample |
CDJCompressIJG8Bit | This class encapsulates the compression routines of the IJG JPEG library configured for 8 bits/sample |
CDJEncoderRegistration | Singleton class that registers encoders for all supported JPEG processes |
CDJLSDecoderRegistration | Singleton class that registers decoders for all supported JPEG-LS processes |
CDJLSEncoderRegistration | Singleton class that registers encoders for all supported JPEG-LS processes |
CDJLSError | Helper class for converting between dcmjpls and CharLS error codes |
CDPMParametricMapIOD::Frames< PixelType > | Inner class that offers typed interface to bulk data |
CDPMParametricMapIOD::GetPixelDataVisitor< PixelType > | |
CDPMTypes | General purpose class hiding global functions, constants and types in the parametric map context from the global namespace |
CDRTSearch::searchPropertyEqual< IOD, Item, type, arg2, argument2 > | This implements a search predicate for findItem which looks for some object attribute via the equality operator |
CDRTSearch::searchPropertyEqualHelper< IOD, Item, type, arg2, argument2 > | Helper class which wraps searchPropertyEqual and findItem to make it easier to search through an IOD |
►CDRTTypes | General purpose class hiding global functions, constants and types from the global namespace |
CDRTAdditionalDrugSequence | Interface class for AdditionalDrugSequence (0018,002a) |
CDRTAdditionalDrugSequence::Item | Item class |
CDRTAdmittingDiagnosesCodeSequence | Interface class for AdmittingDiagnosesCodeSequence (0008,1084) |
CDRTAdmittingDiagnosesCodeSequence::Item | Item class |
CDRTApplicationSetupSequence | Interface class for ApplicationSetupSequence (300a,0230) in RTBrachyApplicationSetupsModule |
CDRTApplicationSetupSequence::Item | Item class |
CDRTApplicatorGeometrySequence | Interface class for ApplicatorGeometrySequence (300a,0431) |
CDRTApplicatorGeometrySequence::Item | Item class |
CDRTApplicatorSequenceInRTBeamsModule | Interface class for ApplicatorSequence (300a,0107) in RTBeamsModule |
CDRTApplicatorSequenceInRTBeamsModule::Item | Item class |
CDRTApplicatorSequenceInRTImageModule | Interface class for ApplicatorSequence (300a,0107) in RTImageModule |
CDRTApplicatorSequenceInRTImageModule::Item | Item class |
CDRTApplicatorSequenceInRTIonBeamsModule | Interface class for ApplicatorSequence (300a,0107) in RTIonBeamsModule |
CDRTApplicatorSequenceInRTIonBeamsModule::Item | Item class |
CDRTApplicatorSequenceInRTIonBeamsSessionRecordModule | Interface class for ApplicatorSequence (300a,0107) in RTIonBeamsSessionRecordModule |
CDRTApplicatorSequenceInRTIonBeamsSessionRecordModule::Item | Item class |
CDRTAssigningAgencyOrDepartmentCodeSequence | Interface class for AssigningAgencyOrDepartmentCodeSequence (0040,003a) |
CDRTAssigningAgencyOrDepartmentCodeSequence::Item | Item class |
CDRTAssigningFacilitySequence | Interface class for AssigningFacilitySequence (0040,0036) |
CDRTAssigningFacilitySequence::Item | Item class |
CDRTAssigningJurisdictionCodeSequence | Interface class for AssigningJurisdictionCodeSequence (0040,0039) |
CDRTAssigningJurisdictionCodeSequence::Item | Item class |
CDRTBeamDoseVerificationControlPointSequence | Interface class for BeamDoseVerificationControlPointSequence (300a,008c) |
CDRTBeamDoseVerificationControlPointSequence::Item | Item class |
CDRTBeamLimitingDeviceLeafPairsSequence | Interface class for BeamLimitingDeviceLeafPairsSequence (3008,00a0) |
CDRTBeamLimitingDeviceLeafPairsSequence::Item | Item class |
CDRTBeamLimitingDevicePositionSequence | Interface class for BeamLimitingDevicePositionSequence (300a,011a) |
CDRTBeamLimitingDevicePositionSequence::Item | Item class |
CDRTBeamLimitingDeviceSequenceInRTBeamsModule | Interface class for BeamLimitingDeviceSequence (300a,00b6) in RTBeamsModule |
CDRTBeamLimitingDeviceSequenceInRTBeamsModule::Item | Item class |
CDRTBeamLimitingDeviceSequenceInRTImageModule | Interface class for BeamLimitingDeviceSequence (300a,00b6) in RTImageModule |
CDRTBeamLimitingDeviceSequenceInRTImageModule::Item | Item class |
CDRTBeamLimitingDeviceSequenceInRTIonBeamsModule | Interface class for BeamLimitingDeviceSequence (300a,00b6) in RTIonBeamsModule |
CDRTBeamLimitingDeviceSequenceInRTIonBeamsModule::Item | Item class |
CDRTBeamLimitingDeviceToleranceSequence | Interface class for BeamLimitingDeviceToleranceSequence (300a,0048) |
CDRTBeamLimitingDeviceToleranceSequence::Item | Item class |
CDRTBeamSequence | Interface class for BeamSequence (300a,00b0) in RTBeamsModule |
CDRTBeamSequence::Item | Item class |
CDRTBlockSequenceInRTBeamsModule | Interface class for BlockSequence (300a,00f4) in RTBeamsModule |
CDRTBlockSequenceInRTBeamsModule::Item | Item class |
CDRTBlockSequenceInRTImageModule | Interface class for BlockSequence (300a,00f4) in RTImageModule |
CDRTBlockSequenceInRTImageModule::Item | Item class |
CDRTBlockSlabSequence | Interface class for BlockSlabSequence (300a,0441) |
CDRTBlockSlabSequence::Item | Item class |
CDRTBrachyAccessoryDeviceSequence | Interface class for BrachyAccessoryDeviceSequence (300a,0260) |
CDRTBrachyAccessoryDeviceSequence::Item | Item class |
CDRTBrachyControlPointSequence | Interface class for BrachyControlPointSequence (300a,02d0) |
CDRTBrachyControlPointSequence::Item | Item class |
CDRTBrachyReferencedDoseReferenceSequence | Interface class for BrachyReferencedDoseReferenceSequence (300c,0055) |
CDRTBrachyReferencedDoseReferenceSequence::Item | Item class |
CDRTBreedRegistrationSequence | Interface class for BreedRegistrationSequence (0010,2294) |
CDRTBreedRegistrationSequence::Item | Item class |
CDRTBreedRegistryCodeSequence | Interface class for BreedRegistryCodeSequence (0010,2296) |
CDRTBreedRegistryCodeSequence::Item | Item class |
CDRTCalculatedDoseReferenceSequence | Interface class for CalculatedDoseReferenceSequence (3008,0070) |
CDRTCalculatedDoseReferenceSequence::Item | Item class |
CDRTChannelSequence | Interface class for ChannelSequence (300a,0280) |
CDRTChannelSequence::Item | Item class |
CDRTChannelShieldSequence | Interface class for ChannelShieldSequence (300a,02b0) |
CDRTChannelShieldSequence::Item | Item class |
CDRTChannelSourceSequence | Interface class for ChannelSourceSequence (003a,0208) |
CDRTChannelSourceSequence::Item | Item class |
CDRTCodingSchemeIdentificationSequence | Interface class for CodingSchemeIdentificationSequence (0008,0110) |
CDRTCodingSchemeIdentificationSequence::Item | Item class |
CDRTCompensatorSequence | Interface class for CompensatorSequence (300a,00e3) |
CDRTCompensatorSequence::Item | Item class |
CDRTConceptCodeSequence | Interface class for ConceptCodeSequence (0040,a168) |
CDRTConceptCodeSequence::Item | Item class |
CDRTConceptNameCodeSequence | Interface class for ConceptNameCodeSequence (0040,a043) |
CDRTConceptNameCodeSequence::Item | Item class |
CDRTConsentForClinicalTrialUseSequence | Interface class for ConsentForClinicalTrialUseSequence (0012,0083) |
CDRTConsentForClinicalTrialUseSequence::Item | Item class |
CDRTConsultingPhysicianIdentificationSequence | Interface class for ConsultingPhysicianIdentificationSequence (0008,009d) |
CDRTConsultingPhysicianIdentificationSequence::Item | Item class |
CDRTContentItemModifierSequence | Interface class for ContentItemModifierSequence (0040,0441) |
CDRTContentItemModifierSequence::Item | Item class |
CDRTContextGroupIdentificationSequence | Interface class for ContextGroupIdentificationSequence (0008,0123) |
CDRTContextGroupIdentificationSequence::Item | Item class |
CDRTContourImageSequence | Interface class for ContourImageSequence (3006,0016) |
CDRTContourImageSequence::Item | Item class |
CDRTContourSequence | Interface class for ContourSequence (3006,0040) |
CDRTContourSequence::Item | Item class |
CDRTContrastBolusAdministrationRouteSequence | Interface class for ContrastBolusAdministrationRouteSequence (0018,0014) |
CDRTContrastBolusAdministrationRouteSequence::Item | Item class |
CDRTContrastBolusAgentSequence | Interface class for ContrastBolusAgentSequence (0018,0012) |
CDRTContrastBolusAgentSequence::Item | Item class |
CDRTContributingEquipmentSequence | Interface class for ContributingEquipmentSequence (0018,a001) |
CDRTContributingEquipmentSequence::Item | Item class |
CDRTControlPointSequence | Interface class for ControlPointSequence (300a,0111) in RTBeamsModule |
CDRTControlPointSequence::Item | Item class |
CDRTConversionSourceAttributesSequence | Interface class for ConversionSourceAttributesSequence (0020,9172) |
CDRTConversionSourceAttributesSequence::Item | Item class |
CDRTCorrectedParameterSequence | Interface class for CorrectedParameterSequence (3008,0068) |
CDRTCorrectedParameterSequence::Item | Item class |
CDRTDeidentificationActionSequence | Interface class for DeidentificationActionSequence (0008,0305) |
CDRTDeidentificationActionSequence::Item | Item class |
CDRTDeidentificationMethodCodeSequence | Interface class for DeidentificationMethodCodeSequence (0012,0064) |
CDRTDeidentificationMethodCodeSequence::Item | Item class |
CDRTDeliveredDepthDoseParametersSequence | Interface class for DeliveredDepthDoseParametersSequence (300a,0506) |
CDRTDeliveredDepthDoseParametersSequence::Item | Item class |
CDRTDepthDoseParametersSequence | Interface class for DepthDoseParametersSequence (300a,0505) |
CDRTDepthDoseParametersSequence::Item | Item class |
CDRTDerivationCodeSequence | Interface class for DerivationCodeSequence (0008,9215) |
CDRTDerivationCodeSequence::Item | Item class |
CDRTDeviceSequence | Interface class for DeviceSequence (0050,0010) |
CDRTDeviceSequence::Item | Item class |
CDRTDICOMMediaRetrievalSequence | Interface class for DICOMMediaRetrievalSequence (0040,e022) |
CDRTDICOMMediaRetrievalSequence::Item | Item class |
CDRTDICOMRetrievalSequence | Interface class for DICOMRetrievalSequence (0040,e021) |
CDRTDICOMRetrievalSequence::Item | Item class |
CDRTDigitalSignaturePurposeCodeSequence | Interface class for DigitalSignaturePurposeCodeSequence (0400,0401) |
CDRTDigitalSignaturePurposeCodeSequence::Item | Item class |
CDRTDigitalSignaturesSequence | Interface class for DigitalSignaturesSequence (fffa,fffa) |
CDRTDigitalSignaturesSequence::Item | Item class |
►CDRTDoseIOD | Interface class for RTDoseIOD |
CDRTDose | Helper class for working with radio therapy dose information objects |
CDRTDoseReferenceSequence | Interface class for DoseReferenceSequence (300a,0010) |
CDRTDoseReferenceSequence::Item | Item class |
CDRTDVHReferencedROISequence | Interface class for DVHReferencedROISequence (3004,0060) |
CDRTDVHReferencedROISequence::Item | Item class |
CDRTDVHSequence | Interface class for DVHSequence (3004,0050) |
CDRTDVHSequence::Item | Item class |
CDRTEncryptedAttributesSequence | Interface class for EncryptedAttributesSequence (0400,0500) |
CDRTEncryptedAttributesSequence::Item | Item class |
CDRTEquivalentCodeSequence | Interface class for EquivalentCodeSequence (0008,0121) |
CDRTEquivalentCodeSequence::Item | Item class |
CDRTExposureSequence | Interface class for ExposureSequence (3002,0030) in RTImageModule |
CDRTExposureSequence::Item | Item class |
CDRTFixationDeviceSequence | Interface class for FixationDeviceSequence (300a,0190) |
CDRTFixationDeviceSequence::Item | Item class |
CDRTFluenceMapSequence | Interface class for FluenceMapSequence (3002,0040) |
CDRTFluenceMapSequence::Item | Item class |
CDRTFractionGroupSequence | Interface class for FractionGroupSequence (300a,0070) in RTFractionSchemeModule |
CDRTFractionGroupSequence::Item | Item class |
CDRTFractionGroupSummarySequence | Interface class for FractionGroupSummarySequence (3008,0220) |
CDRTFractionGroupSummarySequence::Item | Item class |
CDRTFractionStatusSummarySequence | Interface class for FractionStatusSummarySequence (3008,0240) |
CDRTFractionStatusSummarySequence::Item | Item class |
CDRTFrameExtractionSequence | Interface class for FrameExtractionSequence (0008,1164) |
CDRTFrameExtractionSequence::Item | Item class |
CDRTGeneralAccessorySequence | Interface class for GeneralAccessorySequence (300a,0420) |
CDRTGeneralAccessorySequence::Item | Item class |
CDRTGroupOfPatientsIdentificationSequence | Interface class for GroupOfPatientsIdentificationSequence (0010,0027) |
CDRTGroupOfPatientsIdentificationSequence::Item | Item class |
CDRTHL7StructuredDocumentReferenceSequence | Interface class for HL7StructuredDocumentReferenceSequence (0040,a390) |
CDRTHL7StructuredDocumentReferenceSequence::Item | Item class |
CDRTIconImageSequence | Interface class for IconImageSequence (0088,0200) |
CDRTIconImageSequence::Item | Item class |
►CDRTImageIOD | Interface class for RTImageIOD |
CDRTImage | Helper class for working with radio therapy image objects |
CDRTInstitutionCodeSequence | Interface class for InstitutionCodeSequence (0008,0082) |
CDRTInstitutionCodeSequence::Item | Item class |
CDRTIonBeamLimitingDeviceSequence | Interface class for IonBeamLimitingDeviceSequence (300a,03a4) |
CDRTIonBeamLimitingDeviceSequence::Item | Item class |
CDRTIonBeamSequence | Interface class for IonBeamSequence (300a,03a2) in RTIonBeamsModule |
CDRTIonBeamSequence::Item | Item class |
CDRTIonBeamsTreatmentRecordIOD | Interface class for RTIonBeamsTreatmentRecordIOD |
CDRTIonBlockSequence | Interface class for IonBlockSequence (300a,03a6) |
CDRTIonBlockSequence::Item | Item class |
CDRTIonControlPointDeliverySequence | Interface class for IonControlPointDeliverySequence (3008,0041) in RTIonBeamsSessionRecordModule |
CDRTIonControlPointDeliverySequence::Item | Item class |
CDRTIonControlPointSequence | Interface class for IonControlPointSequence (300a,03a8) in RTIonBeamsModule |
CDRTIonControlPointSequence::Item | Item class |
CDRTIonPlanIOD | Interface class for RTIonPlanIOD |
CDRTIonRangeCompensatorSequence | Interface class for IonRangeCompensatorSequence (300a,02ea) |
CDRTIonRangeCompensatorSequence::Item | Item class |
CDRTIonToleranceTableSequence | Interface class for IonToleranceTableSequence (300a,03a0) |
CDRTIonToleranceTableSequence::Item | Item class |
CDRTIonWedgePositionSequence | Interface class for IonWedgePositionSequence (300a,03ac) |
CDRTIonWedgePositionSequence::Item | Item class |
CDRTIonWedgeSequence | Interface class for IonWedgeSequence (300a,03aa) |
CDRTIonWedgeSequence::Item | Item class |
CDRTIssuerOfAccessionNumberSequence | Interface class for IssuerOfAccessionNumberSequence (0008,0051) |
CDRTIssuerOfAccessionNumberSequence::Item | Item class |
CDRTIssuerOfAdmissionIDSequence | Interface class for IssuerOfAdmissionIDSequence (0038,0014) |
CDRTIssuerOfAdmissionIDSequence::Item | Item class |
CDRTIssuerOfPatientIDQualifiersSequence | Interface class for IssuerOfPatientIDQualifiersSequence (0010,0024) |
CDRTIssuerOfPatientIDQualifiersSequence::Item | Item class |
CDRTIssuerOfServiceEpisodeIDSequence | Interface class for IssuerOfServiceEpisodeIDSequence (0038,0064) |
CDRTIssuerOfServiceEpisodeIDSequence::Item | Item class |
CDRTLateralSpreadingDeviceSequence | Interface class for LateralSpreadingDeviceSequence (300a,0332) |
CDRTLateralSpreadingDeviceSequence::Item | Item class |
CDRTLateralSpreadingDeviceSettingsSequenceInRTIonBeamsModule | Interface class for LateralSpreadingDeviceSettingsSequence (300a,0370) in RTIonBeamsModule |
CDRTLateralSpreadingDeviceSettingsSequenceInRTIonBeamsModule::Item | Item class |
CDRTLateralSpreadingDeviceSettingsSequenceInRTIonBeamsSessionRecordModule | Interface class for LateralSpreadingDeviceSettingsSequence (300a,0370) in RTIonBeamsSessionRecordModule |
CDRTLateralSpreadingDeviceSettingsSequenceInRTIonBeamsSessionRecordModule::Item | Item class |
CDRTMACParametersSequence | Interface class for MACParametersSequence (4ffe,0001) |
CDRTMACParametersSequence::Item | Item class |
CDRTMappingResourceIdentificationSequence | Interface class for MappingResourceIdentificationSequence (0008,0124) |
CDRTMappingResourceIdentificationSequence::Item | Item class |
CDRTMeasuredDoseReferenceSequence | Interface class for MeasuredDoseReferenceSequence (3008,0010) |
CDRTMeasuredDoseReferenceSequence::Item | Item class |
CDRTMeasurementUnitsCodeSequence | Interface class for MeasurementUnitsCodeSequence (0040,08ea) |
CDRTMeasurementUnitsCodeSequence::Item | Item class |
CDRTModalityLUTSequence | Interface class for ModalityLUTSequence (0028,3000) |
CDRTModalityLUTSequence::Item | Item class |
CDRTModifiedAttributesSequence | Interface class for ModifiedAttributesSequence (0400,0550) |
CDRTModifiedAttributesSequence::Item | Item class |
CDRTMotionSynchronizationSequence | Interface class for MotionSynchronizationSequence (300a,0410) |
CDRTMotionSynchronizationSequence::Item | Item class |
CDRTMultiplexedAudioChannelsDescriptionCodeSequence | Interface class for MultiplexedAudioChannelsDescriptionCodeSequence (003a,0300) |
CDRTMultiplexedAudioChannelsDescriptionCodeSequence::Item | Item class |
CDRTOperatorIdentificationSequence | Interface class for OperatorIdentificationSequence (0008,1072) |
CDRTOperatorIdentificationSequence::Item | Item class |
CDRTOriginalAttributesSequence | Interface class for OriginalAttributesSequence (0400,0561) |
CDRTOriginalAttributesSequence::Item | Item class |
CDRTOtherPatientIDsSequence | Interface class for OtherPatientIDsSequence (0010,1002) |
CDRTOtherPatientIDsSequence::Item | Item class |
CDRTOverrideSequence | Interface class for OverrideSequence (3008,0060) |
CDRTOverrideSequence::Item | Item class |
CDRTPatientBreedCodeSequence | Interface class for PatientBreedCodeSequence (0010,2293) |
CDRTPatientBreedCodeSequence::Item | Item class |
CDRTPatientSetupSequence | Interface class for PatientSetupSequence (300a,0180) |
CDRTPatientSetupSequence::Item | Item class |
CDRTPatientSizeCodeSequence | Interface class for PatientSizeCodeSequence (0010,1021) |
CDRTPatientSizeCodeSequence::Item | Item class |
CDRTPatientSpeciesCodeSequence | Interface class for PatientSpeciesCodeSequence (0010,2202) |
CDRTPatientSpeciesCodeSequence::Item | Item class |
CDRTPerformedProtocolCodeSequence | Interface class for PerformedProtocolCodeSequence (0040,0260) |
CDRTPerformedProtocolCodeSequence::Item | Item class |
CDRTPersonIdentificationCodeSequence | Interface class for PersonIdentificationCodeSequence (0040,1101) |
CDRTPersonIdentificationCodeSequence::Item | Item class |
CDRTPhysiciansOfRecordIdentificationSequence | Interface class for PhysiciansOfRecordIdentificationSequence (0008,1049) |
CDRTPhysiciansOfRecordIdentificationSequence::Item | Item class |
CDRTPhysiciansReadingStudyIdentificationSequence | Interface class for PhysiciansReadingStudyIdentificationSequence (0008,1062) |
CDRTPhysiciansReadingStudyIdentificationSequence::Item | Item class |
►CDRTPlanIOD | Interface class for RTPlanIOD |
CDRTPlan | Helper class for working with radio therapy plan objects |
CDRTPlannedVerificationImageSequence | Interface class for PlannedVerificationImageSequence (300a,00ca) |
CDRTPlannedVerificationImageSequence::Item | Item class |
CDRTPredecessorStructureSetSequence | Interface class for PredecessorStructureSetSequence (3006,0018) |
CDRTPredecessorStructureSetSequence::Item | Item class |
CDRTPrimaryFluenceModeSequence | Interface class for PrimaryFluenceModeSequence (3002,0050) |
CDRTPrimaryFluenceModeSequence::Item | Item class |
CDRTPrivateDataElementCharacteristicsSequence | Interface class for PrivateDataElementCharacteristicsSequence (0008,0300) |
CDRTPrivateDataElementCharacteristicsSequence::Item | Item class |
CDRTPrivateDataElementDefinitionSequence | Interface class for PrivateDataElementDefinitionSequence (0008,0310) |
CDRTPrivateDataElementDefinitionSequence::Item | Item class |
CDRTProcedureCodeSequence | Interface class for ProcedureCodeSequence (0008,1032) |
CDRTProcedureCodeSequence::Item | Item class |
CDRTProtocolContextSequence | Interface class for ProtocolContextSequence (0040,0440) |
CDRTProtocolContextSequence::Item | Item class |
CDRTPurposeOfReferenceCodeSequence | Interface class for PurposeOfReferenceCodeSequence (0040,a170) |
CDRTPurposeOfReferenceCodeSequence::Item | Item class |
CDRTQuantityDefinitionSequence | Interface class for QuantityDefinitionSequence (0040,9220) |
CDRTQuantityDefinitionSequence::Item | Item class |
CDRTRangeModulatorSequence | Interface class for RangeModulatorSequence (300a,0342) |
CDRTRangeModulatorSequence::Item | Item class |
CDRTRangeModulatorSettingsSequenceInRTIonBeamsModule | Interface class for RangeModulatorSettingsSequence (300a,0380) in RTIonBeamsModule |
CDRTRangeModulatorSettingsSequenceInRTIonBeamsModule::Item | Item class |
CDRTRangeModulatorSettingsSequenceInRTIonBeamsSessionRecordModule | Interface class for RangeModulatorSettingsSequence (300a,0380) in RTIonBeamsSessionRecordModule |
CDRTRangeModulatorSettingsSequenceInRTIonBeamsSessionRecordModule::Item | Item class |
CDRTRangeShifterSequence | Interface class for RangeShifterSequence (300a,0314) |
CDRTRangeShifterSequence::Item | Item class |
CDRTRangeShifterSettingsSequenceInRTIonBeamsModule | Interface class for RangeShifterSettingsSequence (300a,0360) in RTIonBeamsModule |
CDRTRangeShifterSettingsSequenceInRTIonBeamsModule::Item | Item class |
CDRTRangeShifterSettingsSequenceInRTIonBeamsSessionRecordModule | Interface class for RangeShifterSettingsSequence (300a,0360) in RTIonBeamsSessionRecordModule |
CDRTRangeShifterSettingsSequenceInRTIonBeamsSessionRecordModule::Item | Item class |
CDRTRealWorldValueMappingSequence | Interface class for RealWorldValueMappingSequence (0040,9096) |
CDRTRealWorldValueMappingSequence::Item | Item class |
CDRTReasonForPerformedProcedureCodeSequence | Interface class for ReasonForPerformedProcedureCodeSequence (0040,1012) |
CDRTReasonForPerformedProcedureCodeSequence::Item | Item class |
CDRTReasonForRequestedProcedureCodeSequence | Interface class for ReasonForRequestedProcedureCodeSequence (0040,100a) |
CDRTReasonForRequestedProcedureCodeSequence::Item | Item class |
CDRTRecordedBlockSequence | Interface class for RecordedBlockSequence (3008,00d0) |
CDRTRecordedBlockSequence::Item | Item class |
CDRTRecordedCompensatorSequence | Interface class for RecordedCompensatorSequence (3008,00c0) |
CDRTRecordedCompensatorSequence::Item | Item class |
CDRTRecordedLateralSpreadingDeviceSequence | Interface class for RecordedLateralSpreadingDeviceSequence (3008,00f4) |
CDRTRecordedLateralSpreadingDeviceSequence::Item | Item class |
CDRTRecordedRangeModulatorSequence | Interface class for RecordedRangeModulatorSequence (3008,00f6) |
CDRTRecordedRangeModulatorSequence::Item | Item class |
CDRTRecordedRangeShifterSequence | Interface class for RecordedRangeShifterSequence (3008,00f2) |
CDRTRecordedRangeShifterSequence::Item | Item class |
CDRTRecordedSnoutSequence | Interface class for RecordedSnoutSequence (3008,00f0) |
CDRTRecordedSnoutSequence::Item | Item class |
CDRTRecordedWedgeSequence | Interface class for RecordedWedgeSequence (3008,00b0) |
CDRTRecordedWedgeSequence::Item | Item class |
CDRTReferencedBeamSequenceInRTDoseModule | Interface class for ReferencedBeamSequence (300c,0004) in RTDoseModule |
CDRTReferencedBeamSequenceInRTDoseModule::Item | Item class |
CDRTReferencedBeamSequenceInRTFractionSchemeModule | Interface class for ReferencedBeamSequence (300c,0004) in RTFractionSchemeModule |
CDRTReferencedBeamSequenceInRTFractionSchemeModule::Item | Item class |
CDRTReferencedBeamSequenceInRTGeneralTreatmentRecordModule | Interface class for ReferencedBeamSequence (300c,0004) in RTGeneralTreatmentRecordModule |
CDRTReferencedBeamSequenceInRTGeneralTreatmentRecordModule::Item | Item class |
CDRTReferencedBolusSequenceInRTBeamsModule | Interface class for ReferencedBolusSequence (300c,00b0) in RTBeamsModule |
CDRTReferencedBolusSequenceInRTBeamsModule::Item | Item class |
CDRTReferencedBolusSequenceInRTIonBeamsModule | Interface class for ReferencedBolusSequence (300c,00b0) in RTIonBeamsModule |
CDRTReferencedBolusSequenceInRTIonBeamsModule::Item | Item class |
CDRTReferencedBolusSequenceInRTIonBeamsSessionRecordModule | Interface class for ReferencedBolusSequence (300c,00b0) in RTIonBeamsSessionRecordModule |
CDRTReferencedBolusSequenceInRTIonBeamsSessionRecordModule::Item | Item class |
CDRTReferencedBrachyApplicationSetupSequenceInRTDoseModule | Interface class for ReferencedBrachyApplicationSetupSequence (300c,000a) in RTDoseModule |
CDRTReferencedBrachyApplicationSetupSequenceInRTDoseModule::Item | Item class |
CDRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule | Interface class for ReferencedBrachyApplicationSetupSequence (300c,000a) in RTFractionSchemeModule |
CDRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item | Item class |
CDRTReferencedCalculatedDoseReferenceSequence | Interface class for ReferencedCalculatedDoseReferenceSequence (3008,0090) |
CDRTReferencedCalculatedDoseReferenceSequence::Item | Item class |
CDRTReferencedControlPointSequence | Interface class for ReferencedControlPointSequence (300c,00f2) |
CDRTReferencedControlPointSequence::Item | Item class |
CDRTReferencedDoseReferenceSequenceInRTBeamsModule | Interface class for ReferencedDoseReferenceSequence (300c,0050) in RTBeamsModule |
CDRTReferencedDoseReferenceSequenceInRTBeamsModule::Item | Item class |
CDRTReferencedDoseReferenceSequenceInRTFractionSchemeModule | Interface class for ReferencedDoseReferenceSequence (300c,0050) in RTFractionSchemeModule |
CDRTReferencedDoseReferenceSequenceInRTFractionSchemeModule::Item | Item class |
CDRTReferencedDoseReferenceSequenceInRTIonBeamsModule | Interface class for ReferencedDoseReferenceSequence (300c,0050) in RTIonBeamsModule |
CDRTReferencedDoseReferenceSequenceInRTIonBeamsModule::Item | Item class |
CDRTReferencedDoseSequence | Interface class for ReferencedDoseSequence (300c,0080) |
CDRTReferencedDoseSequence::Item | Item class |
CDRTReferencedFractionGroupSequence | Interface class for ReferencedFractionGroupSequence (300c,0020) in RTDoseModule |
CDRTReferencedFractionGroupSequence::Item | Item class |
CDRTReferencedFrameOfReferenceSequence | Interface class for ReferencedFrameOfReferenceSequence (3006,0010) |
CDRTReferencedFrameOfReferenceSequence::Item | Item class |
CDRTReferencedImageSequence | Interface class for ReferencedImageSequence (0008,1140) |
CDRTReferencedImageSequence::Item | Item class |
CDRTReferencedInstanceSequence | Interface class for ReferencedInstanceSequence (0008,114a) |
CDRTReferencedInstanceSequence::Item | Item class |
CDRTReferencedMeasuredDoseReferenceSequence | Interface class for ReferencedMeasuredDoseReferenceSequence (3008,0080) |
CDRTReferencedMeasuredDoseReferenceSequence::Item | Item class |
CDRTReferencedPatientPhotoSequence | Interface class for ReferencedPatientPhotoSequence (0010,1100) |
CDRTReferencedPatientPhotoSequence::Item | Item class |
CDRTReferencedPatientSequence | Interface class for ReferencedPatientSequence (0008,1120) |
CDRTReferencedPatientSequence::Item | Item class |
CDRTReferencedPerformedProcedureStepSequence | Interface class for ReferencedPerformedProcedureStepSequence (0008,1111) |
CDRTReferencedPerformedProcedureStepSequence::Item | Item class |
CDRTReferencedReferenceImageSequenceInRTBeamsModule | Interface class for ReferencedReferenceImageSequence (300c,0042) in RTBeamsModule |
CDRTReferencedReferenceImageSequenceInRTBeamsModule::Item | Item class |
CDRTReferencedReferenceImageSequenceInRTBrachyApplicationSetupsModule | Interface class for ReferencedReferenceImageSequence (300c,0042) in RTBrachyApplicationSetupsModule |
CDRTReferencedReferenceImageSequenceInRTBrachyApplicationSetupsModule::Item | Item class |
CDRTReferencedReferenceImageSequenceInRTIonBeamsModule | Interface class for ReferencedReferenceImageSequence (300c,0042) in RTIonBeamsModule |
CDRTReferencedReferenceImageSequenceInRTIonBeamsModule::Item | Item class |
CDRTReferencedRTPlanSequence | Interface class for ReferencedRTPlanSequence (300c,0002) in RTDoseModule |
CDRTReferencedRTPlanSequence::Item | Item class |
CDRTReferencedRTPlanSequenceInRTGeneralPlanModule | Interface class for ReferencedRTPlanSequence (300c,0002) in RTGeneralPlanModule |
CDRTReferencedRTPlanSequenceInRTGeneralPlanModule::Item | Item class |
CDRTReferencedRTPlanSequenceInRTGeneralTreatmentRecordModule | Interface class for ReferencedRTPlanSequence (300c,0002) in RTGeneralTreatmentRecordModule |
CDRTReferencedRTPlanSequenceInRTGeneralTreatmentRecordModule::Item | Item class |
CDRTReferencedRTPlanSequenceInRTImageModule | Interface class for ReferencedRTPlanSequence (300c,0002) in RTImageModule |
CDRTReferencedRTPlanSequenceInRTImageModule::Item | Item class |
CDRTReferencedSeriesSequence | Interface class for ReferencedSeriesSequence (0008,1115) |
CDRTReferencedSeriesSequence::Item | Item class |
CDRTReferencedSetupImageSequence | Interface class for ReferencedSetupImageSequence (300a,0401) |
CDRTReferencedSetupImageSequence::Item | Item class |
CDRTReferencedSOPSequence | Interface class for ReferencedSOPSequence (0008,1199) |
CDRTReferencedSOPSequence::Item | Item class |
CDRTReferencedSpatialRegistrationSequence | Interface class for ReferencedSpatialRegistrationSequence (0070,0404) |
CDRTReferencedSpatialRegistrationSequence::Item | Item class |
CDRTReferencedStructureSetSequence | Interface class for ReferencedStructureSetSequence (300c,0060) |
CDRTReferencedStructureSetSequence::Item | Item class |
CDRTReferencedStudySequence | Interface class for ReferencedStudySequence (0008,1110) |
CDRTReferencedStudySequence::Item | Item class |
CDRTReferencedTreatmentRecordSequenceInRTDoseModule | Interface class for ReferencedTreatmentRecordSequence (3008,0030) in RTDoseModule |
CDRTReferencedTreatmentRecordSequenceInRTDoseModule::Item | Item class |
CDRTReferencedTreatmentRecordSequenceInRTGeneralTreatmentRecordModule | Interface class for ReferencedTreatmentRecordSequence (3008,0030) in RTGeneralTreatmentRecordModule |
CDRTReferencedTreatmentRecordSequenceInRTGeneralTreatmentRecordModule::Item | Item class |
CDRTReferencedVerificationImageSequence | Interface class for ReferencedVerificationImageSequence (300c,0040) |
CDRTReferencedVerificationImageSequence::Item | Item class |
CDRTReferringPhysicianIdentificationSequence | Interface class for ReferringPhysicianIdentificationSequence (0008,0096) |
CDRTReferringPhysicianIdentificationSequence::Item | Item class |
CDRTRelatedRTROIObservationsSequence | Interface class for RelatedRTROIObservationsSequence (3006,00a0) |
CDRTRelatedRTROIObservationsSequence::Item | Item class |
CDRTRequestAttributesSequence | Interface class for RequestAttributesSequence (0040,0275) |
CDRTRequestAttributesSequence::Item | Item class |
CDRTRequestedProcedureCodeSequence | Interface class for RequestedProcedureCodeSequence (0032,1064) |
CDRTRequestedProcedureCodeSequence::Item | Item class |
CDRTRequestingServiceCodeSequence | Interface class for RequestingServiceCodeSequence (0032,1034) |
CDRTRequestingServiceCodeSequence::Item | Item class |
CDRTROIContourSequence | Interface class for ROIContourSequence (3006,0039) |
CDRTROIContourSequence::Item | Item class |
CDRTROIElementalCompositionSequence | Interface class for ROIElementalCompositionSequence (3006,00b6) |
CDRTROIElementalCompositionSequence::Item | Item class |
CDRTROIPhysicalPropertiesSequence | Interface class for ROIPhysicalPropertiesSequence (3006,00b0) |
CDRTROIPhysicalPropertiesSequence::Item | Item class |
CDRTRTDoseROISequence | Interface class for RTDoseROISequence (3004,0010) |
CDRTRTDoseROISequence::Item | Item class |
CDRTRTReferencedSeriesSequence | Interface class for RTReferencedSeriesSequence (3006,0014) |
CDRTRTReferencedSeriesSequence::Item | Item class |
CDRTRTReferencedStudySequence | Interface class for RTReferencedStudySequence (3006,0012) |
CDRTRTReferencedStudySequence::Item | Item class |
CDRTRTRelatedROISequence | Interface class for RTRelatedROISequence (3006,0030) |
CDRTRTRelatedROISequence::Item | Item class |
CDRTRTROIIdentificationCodeSequence | Interface class for RTROIIdentificationCodeSequence (3006,0086) |
CDRTRTROIIdentificationCodeSequence::Item | Item class |
CDRTRTROIObservationsSequence | Interface class for RTROIObservationsSequence (3006,0080) |
CDRTRTROIObservationsSequence::Item | Item class |
CDRTScheduledProtocolCodeSequence | Interface class for ScheduledProtocolCodeSequence (0040,0008) |
CDRTScheduledProtocolCodeSequence::Item | Item class |
CDRTSegmentedPropertyCategoryCodeSequence | Interface class for SegmentedPropertyCategoryCodeSequence (0062,0003) |
CDRTSegmentedPropertyCategoryCodeSequence::Item | Item class |
CDRTSegmentedPropertyTypeModifierCodeSequence | Interface class for SegmentedPropertyTypeModifierCodeSequence (0062,0011) |
CDRTSegmentedPropertyTypeModifierCodeSequence::Item | Item class |
CDRTSeriesDescriptionCodeSequence | Interface class for SeriesDescriptionCodeSequence (0008,103f) |
CDRTSeriesDescriptionCodeSequence::Item | Item class |
CDRTSetupDeviceSequence | Interface class for SetupDeviceSequence (300a,01b4) |
CDRTSetupDeviceSequence::Item | Item class |
CDRTShieldingDeviceSequence | Interface class for ShieldingDeviceSequence (300a,01a0) |
CDRTShieldingDeviceSequence::Item | Item class |
CDRTSnoutSequence | Interface class for SnoutSequence (300a,030c) |
CDRTSnoutSequence::Item | Item class |
CDRTSourceImageSequence | Interface class for SourceImageSequence (0008,2112) |
CDRTSourceImageSequence::Item | Item class |
CDRTSourceInstanceSequence | Interface class for SourceInstanceSequence (0042,0013) |
CDRTSourceInstanceSequence::Item | Item class |
CDRTSourcePatientGroupIdentificationSequence | Interface class for SourcePatientGroupIdentificationSequence (0010,0026) |
CDRTSourcePatientGroupIdentificationSequence::Item | Item class |
CDRTSourceSequence | Interface class for SourceSequence (300a,0210) |
CDRTSourceSequence::Item | Item class |
CDRTStrainCodeSequence | Interface class for StrainCodeSequence (0010,0219) |
CDRTStrainCodeSequence::Item | Item class |
CDRTStrainSourceRegistryCodeSequence | Interface class for StrainSourceRegistryCodeSequence (0010,0215) |
CDRTStrainSourceRegistryCodeSequence::Item | Item class |
CDRTStrainStockSequence | Interface class for StrainStockSequence (0010,0216) |
CDRTStrainStockSequence::Item | Item class |
►CDRTStructureSetIOD | Interface class for RTStructureSetIOD |
CDRTStructureSet | Helper class for working with radio therapy structure set objects |
CDRTStructureSetROISequence | Interface class for StructureSetROISequence (3006,0020) |
CDRTStructureSetROISequence::Item | Item class |
CDRTStudiesContainingOtherReferencedInstancesSequence | Interface class for StudiesContainingOtherReferencedInstancesSequence (0008,1200) |
CDRTStudiesContainingOtherReferencedInstancesSequence::Item | Item class |
CDRTToleranceTableSequence | Interface class for ToleranceTableSequence (300a,0040) |
CDRTToleranceTableSequence::Item | Item class |
CDRTTreatmentMachineSequenceInRTBrachyApplicationSetupsModule | Interface class for TreatmentMachineSequence (300a,0206) in RTBrachyApplicationSetupsModule |
CDRTTreatmentMachineSequenceInRTBrachyApplicationSetupsModule::Item | Item class |
CDRTTreatmentMachineSequenceInRTTreatmentMachineRecordModule | Interface class for TreatmentMachineSequence (300a,0206) in RTTreatmentMachineRecordModule |
CDRTTreatmentMachineSequenceInRTTreatmentMachineRecordModule::Item | Item class |
CDRTTreatmentSessionIonBeamSequence | Interface class for TreatmentSessionIonBeamSequence (3008,0021) in RTIonBeamsSessionRecordModule |
CDRTTreatmentSessionIonBeamSequence::Item | Item class |
CDRTTreatmentSummaryCalculatedDoseReferenceSequence | Interface class for TreatmentSummaryCalculatedDoseReferenceSequence (3008,0050) |
CDRTTreatmentSummaryCalculatedDoseReferenceSequence::Item | Item class |
CDRTTreatmentSummaryMeasuredDoseReferenceSequence | Interface class for TreatmentSummaryMeasuredDoseReferenceSequence (3008,00e0) |
CDRTTreatmentSummaryMeasuredDoseReferenceSequence::Item | Item class |
CDRTTreatmentSummaryRecordIOD | Interface class for RTTreatmentSummaryRecordIOD |
CDRTUDISequence | Interface class for UDISequence (0018,100a) |
CDRTUDISequence::Item | Item class |
CDRTVOILUTSequence | Interface class for VOILUTSequence (0028,3010) |
CDRTVOILUTSequence::Item | Item class |
CDRTWADORetrievalSequence | Interface class for WADORetrievalSequence (0040,e023) |
CDRTWADORetrievalSequence::Item | Item class |
CDRTWADORSRetrievalSequence | Interface class for WADORSRetrievalSequence (0040,e025) |
CDRTWADORSRetrievalSequence::Item | Item class |
CDRTWedgePositionSequence | Interface class for WedgePositionSequence (300a,0116) |
CDRTWedgePositionSequence::Item | Item class |
CDRTWedgeSequence | Interface class for WedgeSequence (300a,00d1) |
CDRTWedgeSequence::Item | Item class |
CDRTXDSRetrievalSequence | Interface class for XDSRetrievalSequence (0040,e024) |
CDRTXDSRetrievalSequence::Item | Item class |
CDSRBasicCodedEntry | Class for storing the "Basic Coded Entry Attributes" |
►CDSRCodedEntryValue | Class for handling coded entry values, i.e. unambiguous machine-readable codes |
CDSRCodeTreeNode | Class for content item CODE |
CDSRCodingSchemeIdentificationList::ItemStruct | Internal structure defining the list items |
►CDSRCompositeReferenceValue | Class for composite reference values |
CDSRCompositeTreeNode | Class for content item COMPOSITE |
►CDSRImageReferenceValue | Class for image reference values |
CDSRImageTreeNode | Class for content item IMAGE |
►CDSRWaveformReferenceValue | Class for waveform reference values |
CDSRWaveformTreeNode | Class for content item WAVEFORM |
►CDSRContextGroup | Class managing common information on a context group |
►CCID10013_CTAcquisitionType | Implementation of DCMR Context Group: CID 10013 - CT Acquisition Type |
CCID10013e_CTAcquisitionType | DCMR Context Group with enhanced functionality: CID 10013 - CT Acquisition Type |
►CCID10033_CTReconstructionAlgorithm | Implementation of DCMR Context Group: CID 10033 - CT Reconstruction Algorithm |
CCID10033e_CTReconstructionAlgorithm | DCMR Context Group with enhanced functionality: CID 10033 - CT Reconstruction Algorithm |
CCID100_QuantitativeDiagnosticImagingProcedures | Implementation of DCMR Context Group: CID 100 - Quantitative Diagnostic Imaging Procedures |
CCID11_RouteOfAdministration | Implementation of DCMR Context Group: CID 11 - Route of Administration |
►CCID244_Laterality | Implementation of DCMR Context Group: CID 244 - Laterality |
CCID244e_Laterality | DCMR Context Group with enhanced functionality: CID 244 - Laterality |
►CCID29_AcquisitionModality | Implementation of DCMR Context Group: CID 29 - Acquisition Modality |
CCID29e_AcquisitionModality | DCMR Context Group with enhanced functionality: CID 29 - Acquisition Modality |
CCID4020_PETRadionuclide | Implementation of DCMR Context Group: CID 4020 - PET Radionuclide |
CCID4021_PETRadiopharmaceutical | Implementation of DCMR Context Group: CID 4021 - PET Radiopharmaceutical |
►CCID4031_CommonAnatomicRegions | Implementation of DCMR Context Group: CID 4031 - Common Anatomic Regions |
CCID4031e_CommonAnatomicRegions | DCMR Context Group with enhanced functionality: CID 4031 - Common Anatomic Regions |
CCID42_NumericValueQualifier | Implementation of DCMR Context Group: CID 42 - Numeric Value Qualifier |
CCID5000_Languages | Implementation of DCMR Context Group: CID 5000 - Languages |
CCID5001_Countries | Implementation of DCMR Context Group: CID 5001 - Countries |
CCID6147_ResponseCriteria | Implementation of DCMR Context Group: CID 6147 - Response Criteria |
CCID7021_MeasurementReportDocumentTitles | Implementation of DCMR Context Group: CID 7021 - Measurement Report Document Titles |
CCID7181_AbstractMultiDimensionalImageModelComponentUnits | Implementation of DCMR Context Group: CID 7181 - Abstract Multi-dimensional Image Model Component Units |
CCID7445_DeviceParticipatingRoles | Implementation of DCMR Context Group: CID 7445 - Device Participating Roles |
CCID7452_OrganizationalRoles | Implementation of DCMR Context Group: CID 7452 - Organizational Roles |
CCID7453_PerformingRoles | Implementation of DCMR Context Group: CID 7453 - Performing Roles |
CCID7464_GeneralRegionOfInterestMeasurementModifiers | Implementation of DCMR Context Group: CID 7464 - General Region of Interest Measurement Modifiers |
CCID7469_GenericIntensityAndSizeMeasurements | Implementation of DCMR Context Group: CID 7469 - Generic Intensity and Size Measurements |
CDSRGraphicData3DItem | Class for graphic data (3D) items |
CDSRGraphicDataItem | Class for graphic data items |
CDSRListOfItems< T > | Template class to store and access items in a list structure |
►CDSRListOfItems< DSRGraphicData3DItem > | |
CDSRGraphicData3DList | Class for graphic data (3D) lists |
►CDSRListOfItems< DSRGraphicDataItem > | |
CDSRGraphicDataList | Class for graphic data lists |
►CDSRListOfItems< DSRWaveformChannelItem > | |
CDSRWaveformChannelList | Class for waveform channel lists |
►CDSRListOfItems< Float64 > | |
CDSRReferencedTimeOffsetList | Class for referenced time offset list |
►CDSRListOfItems< OFString > | |
CDSRReferencedDateTimeList | Class for referenced date/time list |
►CDSRListOfItems< Sint32 > | |
CDSRImageFrameList | Class for image frame number list |
►CDSRListOfItems< Uint16 > | |
CDSRImageSegmentList | Class for image segment number list |
►CDSRListOfItems< Uint32 > | |
CDSRReferencedSamplePositionList | Class for referenced sample position list |
►CDSRNumericMeasurementValue | Class for numeric values and measurements |
►CCMR_SRNumericMeasurementValue | Class for SR numeric values and measurements (extended version with additional support of the DICOM Content Mapping Resource) |
CCMR_SRNumericMeasurementValueWithUnits< T_Units, T_DefinedGroup > | Class for SR numeric values and measurements (extended version with additional support of the DICOM Content Mapping Resource) |
CDSRNumTreeNode | Class for content item NUM |
CDSRPositionCounter | Class implementing a position counter to be used for iterating a tree of nodes |
CDSRReferencedInstanceList::ItemStruct | Internal structure defining the list items |
CDSRSOPInstanceReferenceList::InstanceStruct | Internal structure defining the instance list items |
CDSRSOPInstanceReferenceList::SeriesStruct | Internal structure defining the series list items |
CDSRSOPInstanceReferenceList::StudyStruct | Internal structure defining the study list items |
►CDSRSpatialCoordinates3DValue | Class for spatial coordinate (3D) values |
CDSRSCoord3DTreeNode | Class for content item SCOORD3D |
►CDSRSpatialCoordinatesValue | Class for spatial coordinate values |
CDSRSCoordTreeNode | Class for content item SCOORD |
►CDSRStringValue | Class for string values |
CDSRDateTimeTreeNode | Class for content item DATETIME |
CDSRDateTreeNode | Class for content item DATE |
CDSRPNameTreeNode | Class for content item PNAME |
CDSRTextTreeNode | Class for content item TEXT |
CDSRTimeTreeNode | Class for content item TIME |
CDSRUIDRefTreeNode | Class for content item UIDREF |
►CDSRTemplateCommon | Class managing common information on an SR template |
►CDSRRootTemplate | Class managing an SR document tree that is based on an SR root template |
CTID1500_MeasurementReport | Implementation of DCMR Template: TID 1500 - Measurement Report (and included templates 1204, 1001, 1600, 1411) |
►CDSRSubTemplate | Class managing an SR document tree that is based on an arbitrary SR template |
CTID1001_ObservationContext | Implementation of DCMR Template: TID 1001 - Observation Context (and included templates 1002-1004) |
CTID1204_LanguageOfContentItemAndDescendants | Implementation of DCMR Template: TID 1204 - Language of Content Item and Descendants |
CTID1411_VolumetricROIMeasurements< T_Measurement, T_Units, T_Method, T_Derivation > | Implementation of DCMR Template: TID 1411 - Volumetric ROI Measurements (and included templates 1502 and 1419) |
CTID1600_ImageLibrary | Implementation of DCMR Template: TID 1600 - Image Library (and included templates 1601-1607) |
►CDSRTemporalCoordinatesValue | Class for temporal coordinates values |
CDSRTCoordTreeNode | Class for content item TCOORD |
CDSRTreeNodeAnnotation | Base class for tree node annotations |
CDSRTreeNodeCursor< T, B > | Class implementing a tree node cursor |
►CDSRTreeNodeCursor< DSRDocumentTreeNode > | |
►CDSRTree< DSRDocumentTreeNode > | |
►CDSRDocumentSubTree | Class managing a SR document subtree |
►CDSRDocumentTree | Class managing the SR document tree |
CDSRRootTemplate | Class managing an SR document tree that is based on an SR root template |
CDSRSubTemplate | Class managing an SR document tree that is based on an arbitrary SR template |
►CDSRTreeNodeCursor< T > | |
CDSRTree< T > | Class managing a tree of nodes |
►CDSRTypes | General purpose class hiding global functions, constants and types from the global namespace |
CDSRCodingSchemeIdentificationList | Class that maps Coding Scheme Designators to an external coding system registration, or to a private or local coding scheme |
CDSRContentItem | Interface class for content items |
CDSRDocument | Interface class for 'dcmsr' (DICOM Structured Reporting Documents) |
►CDSRIODConstraintChecker | Class for checking the relationship content constraints of an SR IOD (abstract) |
CDSRAcquisitionContextConstraintChecker | Class for checking the relationship content constraints of the Acquisition Context SR IOD |
CDSRBasicTextSRConstraintChecker | Class for checking the relationship content constraints of the Basic Text SR IOD |
CDSRChestCadSRConstraintChecker | Class for checking the relationship content constraints of the Chest CAD SR IOD |
CDSRColonCadSRConstraintChecker | Class for checking the relationship content constraints of the Colon CAD SR IOD |
CDSRComprehensive3DSRConstraintChecker | Class for checking the relationship content constraints of the Comprehensive 3D SR IOD |
CDSRComprehensiveSRConstraintChecker | Class for checking the relationship content constraints of the Comprehensive SR IOD |
CDSREnhancedSRConstraintChecker | Class for checking the relationship content constraints of the Enhanced SR IOD |
CDSRImplantationPlanSRDocumentConstraintChecker | Class for checking the relationship content constraints of the Implantation Plan SR Document IOD |
CDSRKeyObjectSelectionDocumentConstraintChecker | Class for checking the relationship content constraints of the Key Object Selection Document IOD |
CDSRMacularGridThicknessAndVolumeReportConstraintChecker | Class for checking the relationship content constraints of the Macular Grid Thickness And Volume Report IOD |
CDSRMammographyCadSRConstraintChecker | Class for checking the relationship content constraints of the Mammography CAD SR IOD |
CDSRProcedureLogConstraintChecker | Class for checking the relationship content constraints of the Procedure Log IOD |
CDSRRadiopharmaceuticalRadiationDoseConstraintChecker | Class for checking the relationship content constraints of the Radiopharmaceutical Radiation Dose SR IOD |
CDSRSimplifiedAdultEchoSRConstraintChecker | Class for checking the relationship content constraints of the Simplified Adult Echo SR IOD |
CDSRSpectaclePrescriptionReportConstraintChecker | Class for checking the relationship content constraints of the Spectacle Prescription Report IOD |
CDSRXRayRadiationDoseSRConstraintChecker | Class for checking the relationship content constraints of the X-Ray Radiation Dose SR IOD |
CDSRReferencedInstanceList | Class that manages a list of SOP instances significantly related to the current SR document |
CDSRSOPInstanceReferenceList | Class for SOP instance reference lists |
CDSRTree< T > | Class managing a tree of nodes |
CDSRTree< DSRDocumentTreeNode > | |
►CDSRTreeNode | Class for tree nodes |
►CDSRDocumentTreeNode | Base class for content items |
CDSRByReferenceTreeNode | Class for by-reference relationships |
CDSRCodeTreeNode | Class for content item CODE |
CDSRCompositeTreeNode | Class for content item COMPOSITE |
CDSRContainerTreeNode | Class for content item CONTAINER |
CDSRDateTimeTreeNode | Class for content item DATETIME |
CDSRDateTreeNode | Class for content item DATE |
CDSRImageTreeNode | Class for content item IMAGE |
CDSRIncludedTemplateTreeNode | Class for managing included templates (internal) |
CDSRNumTreeNode | Class for content item NUM |
CDSRPNameTreeNode | Class for content item PNAME |
CDSRSCoord3DTreeNode | Class for content item SCOORD3D |
CDSRSCoordTreeNode | Class for content item SCOORD |
CDSRTCoordTreeNode | Class for content item TCOORD |
CDSRTextTreeNode | Class for content item TEXT |
CDSRTimeTreeNode | Class for content item TIME |
CDSRUIDRefTreeNode | Class for content item UIDREF |
CDSRWaveformTreeNode | Class for content item WAVEFORM |
CDSRXMLDocument | Class for XML documents |
CDSRWaveformChannelItem | Class for waveform channel items |
CDSRXMLCursor | Class for XML document cursors |
Cdul_abortitems | |
Cdul_associatepdu | |
CDUL_ASSOCIATESERVICEPARAMETERS | |
Cdul_datapdu | |
Cdul_maxlength | |
CDUL_ModeCallback | |
CDUL_PDV | |
CDUL_PDVLIST | |
Cdul_presentationcontext | |
CDUL_PRESENTATIONCONTEXT | |
Cdul_presentationdatavalue | |
Cdul_rejectreleaseabortpdu | |
Cdul_subitem | |
CDUL_TRANSFERSYNTAX | |
►CDVConfiguration | Configuration class for the Softcopy Presentation State viewer |
CDVInterface | Interface class for the Softcopy Presentation State viewer |
CDVInstanceCache | A class to handle an instance cache (list of items) |
CDVInstanceCache::ItemStruct | Internal structure defining the list items |
CDVPSAnnotationContent | Representation of a Annotation Content SQ item for Stored Print |
CDVPSAnnotationContent_PList | List of Annotations contained in a stored print object |
CDVPSCurve | Representation of one Curve in a DICOM image |
CDVPSCurve_PList | List of curves contained in image which is attached to a presentation state |
CDVPSDisplayedArea | Item of the displayed area selection sequence in a presentation state |
CDVPSDisplayedArea_PList | List of displayed area selections contained in a presentation state (internal use only) |
CDVPSFilmSession | Basic film session object managed by a Print SCP |
CDVPSGraphicAnnotation | Item of the graphic annotation sequence in a presentation state (internal use only) |
CDVPSGraphicAnnotation_PList | List of graphic annotations contained in a presentation state (internal use only) |
CDVPSGraphicLayer | Item of the graphic layer sequence in a presentation state (internal use only) |
CDVPSGraphicLayer_PList | List of graphic layers contained in a presentation state (internal use only) |
CDVPSGraphicObject | Item of the graphic object sequence in a presentation state (internal use only) |
CDVPSGraphicObject_PList | List of graphic objects contained in a presentation state (internal use only) |
CDVPSHelper | This class contains a collection of static helper methods |
CDVPSImageBoxContent | Representation of a Image Box Content SQ item for Stored Print |
CDVPSImageBoxContent_PList | List of Image Boxes contained in a stored print object |
CDVPSIPCClient | Client for IPC message exchange between different processes of the DICOMscope application |
CDVPSIPCMessage | Class for IPC message exchange between different processes of the DICOMscope application |
CDVPSOverlay | Overlay contained in a presentation state (internal use only) |
CDVPSOverlay_PList | List of overlays contained in a presentation state (internal use only) |
CDVPSOverlayCurveActivationLayer | Curve or overlay activation layer in a presentation state (internal use only) |
CDVPSOverlayCurveActivationLayer_PList | List of curve and overlay activation layers contained in a presentation state (internal use only) |
CDVPSPresentationLUT | Representation of a Presentation LUT Content SQ item for Stored Print |
CDVPSPresentationLUT_PList | List of presentation LUTs contained in a stored print object |
CDVPSPrintEventHandler | Pure abstract event handler class for N-EVENT-REPORT |
CDVPSPrintMessageHandler | Representation of an association used for DICOM Basic Grayscale Print |
CDVPSPrintSCP | Representation of a Print Management SCP |
CDVPSReferencedImage | Item of the referenced image sequence in a presentation state (internal use only) |
CDVPSReferencedImage_PList | List of referenced images contained in a presentation state (internal use only) |
CDVPSReferencedSeries | Item of the referenced series sequence in a presentation state (internal use only) |
CDVPSReferencedSeries_PList | List of referenced series contained in a presentation state (internal use only) |
CDVPSSoftcopyVOI | Representation of one item of the Softcopy VOI LUT Sequence |
CDVPSSoftcopyVOI_PList | List of softcopy VOI LUT items contained in a presentation state (internal use only) |
CDVPSStoredPrint | Representation of a Stored Print object |
CDVPSStoredPrint_PList | List of stored print objects, each of which manages a single Basic Film Box in a Print SCP |
CDVPSTextObject | Item of the text object sequence in a presentation state (internal use only) |
CDVPSTextObject_PList | List of text objects contained in a presentation state (internal use only) |
CDVPSVOILUT | Representation of one VOI LUT in a DICOM image |
CDVPSVOILUT_PList | List of VOI LUTs contained in an image attached to a presentation state |
CDVPSVOIWindow | Representation of one VOI Window in a DICOM image |
CDVPSVOIWindow_PList | List of VOI Windows contained in an image attached to a presentation state |
CDVSeriesCache | A class to handle a series cache (list of items) |
CDVSeriesCache::ItemStruct | Internal structure defining the list items |
CDVSignatureHandler | Handler for all digital signature related functions in dcmpstat |
CDVStudyCache | A class to handle a study cache (list of items) |
CDVStudyCache::ItemStruct | Internal structure defining the list items |
CEncoderStrategy | |
►CFGBase | Abstract base class for deriving specific functional groups |
CFGDerivationImage | Class representing the "Derivation Image Functional Group Macro" |
CFGFrameAnatomy | Class representing the Frame Anatomy Functional Group Macro |
CFGFrameContent | Class representing the "Frame Content" Functional Group Macro |
CFGFrameVOILUT | Class representing the "Frame VOI LUT" Functional Group Macro |
CFGIdentityPixelValueTransformation | Class representing the Identity Pixel Value Transformation Functional Group Macro |
CFGImageDataType | Class for managing Image Data Type Functional Group that identifies the data type characteristics of this frame |
CFGParametricMapFrameType | Class representing the Parametric Map Frame Type Functional Group Macro |
CFGPixelMeasures | Class representing the Pixel Measures Functional Group Macro |
CFGPlaneOrientationPatient | Class representing the Plane Orientation (Patient) Functional Group Macro |
CFGPlaneOrientationVolume | Class representing the Plane Orientation (Volume) Functional Group Macro |
CFGPlanePositionVolume | Class representing the Plane Position (Volume) Functional Group that identifies the position of the plane of this frame |
CFGPlanePosPatient | Class representing the Plane Position (Patient) Functional Group containing the x, y, and z coordinates of the upper left hand corner (center of the first voxel transmitted) of the frame |
CFGRealWorldValueMapping | Class representing the Real World Value Mapping Functional Group that specifies the mapping of stored values to associated Real World values |
CFGSegmentation | Class representing the Segmentation Functional Group Macro |
CFGUnknown | Class representing an "unknown" functional group, e.g. a private one specified by a vendor or one that is not explicitly known yet to the dcmfg library |
CFGUSImageDescription | Class representing the US Image Description Functional Group |
CFGFactory | Singleton class that is used to create functional groups by knowing their type or other unique features, i.e. offering factory functionality |
CFGInterface | Main interface class to access functional groups from DICOM Enhanced objects |
CFGStack | Class representing a stack in the context of an Enhanced DICOM object |
CFGStackInterface | Class for convenient access of stacks within an Enhanced DICOM object |
CFromBigEndian< size > | |
CFromBigEndian< 4 > | |
CFromBigEndian< 8 > | |
CFSM_ENTRY | |
CFSM_Event_Description | |
CFSM_FUNCTION | |
CFunctionalGroups | Class representing a list of functional groups where each type of group can only be once in the list |
CGeneralAnatomyMacro | Class representing the General Anatomy Mandatory or Optional Macro |
CGlobalDcmDataDictionary | Global singleton dicom dictionary that is used by DCMTK in order to lookup attribute VR, tag names and so on |
Chuffd_common_struct | |
►CI2DImgSource | Base Class for plugins extracting pixel data from standard image files |
CI2DBmpSource | This is a I2DImgSource implementation that can parse BMP files and convert them into DICOM images |
CI2DJpegSource | This is a I2DImgSource implementation that can parse JPEG files and convert them into DICOM images |
►CI2DOutputPlug | |
CI2DOutputPlugNewSC | |
CI2DOutputPlugSC | |
CI2DOutputPlugVLP | |
CIdxRecord | This class manages an instance entry of the index file |
CImage2Dcm | |
CImagesofStudyArray | |
CIODCIELabUtil | Class supporting color space conversions from and to CIELab |
►CIODComponent | Class for managing sets of dicom attributes (e.g. macros and modules) |
►CCodeSequenceMacro | Class representing a Code Sequence Macro |
CCodeWithModifiers | Code with Modifier(s) |
CContentItemMacro | Class representing the Content Item Macro: |
CContentItemMacro::ReferencedSOPSequenceItem | Class representing an item within the Content Item Macro's Referenced SOP Sequence |
CHL7HierarchicDesignatorMacro | Class representing the HL7 V2 Hierarchic Designator Macro |
►CIODModule | The class IODModule is an IODComponent without parent component since a module does always belong to the top level dataset |
CDPMParametricMapImageModule | Class representing the Parametric Map Image Module: |
CDPMParametricMapSeriesModule | Class representing the Parametric Map Series Module: |
CIODAcquisitionContextModule | Class representing the Acquisition Context Module |
CIODCommonInstanceReferenceModule | Class representing the Common Instance Reference Module: |
CIODEnhancedUSSeriesModule | Class representing the Enhanced Ultrasound Series Module: |
CIODEnhGeneralEquipmentModule | Class representing the Enhanced Equipment Module: |
CIODEnhUSImageModule | Class representing the Enhanced US Image Module: |
CIODFoRModule | Class representing the Frame of Reference Module: |
CIODGeneralEquipmentModule | Class representing the General Equipment Module: |
CIODGeneralImageModule | Class representing the General Image Module: |
CIODGeneralSeriesModule | Class representing the General Series Module: |
CIODGeneralStudyModule | Class representing the General Study Module: Notation is "Attribute Name: (VR, VM, Type)" |
►CIODImagePixelBase | Base class for deriving Image Pixel Module, Floating Point Image Pixel Module and Double Floating Point Image Pixel (and maybe more later) |
CIODDoubleFloatingPointImagePixelModule | Class representing Double Floating Point Image Pixel Module: |
CIODFloatingPointImagePixelModule | Class representing Floating Point Image Pixel Module: |
CIODImagePixelModule< T > | Class representing the Image Pixel Module: |
CIODMultiframeDimensionModule | Class representing the Multi-Frame Dimension Module: |
CIODMultiFrameFGModule | Class managing the data from the Multi-Frame Functional Group Module |
CIODPatientModule | Class representing the Patient Module: |
CIODPatientStudyModule | Class representing the Patient Study Module: |
CIODSegmentationSeriesModule | Class representing the Segmentation Series Module: |
CIODSOPCommonModule | Class representing the SOP Common Module |
CIODSynchronizationModule | Class representing the Synchronization Module: |
CIODUSFoRModule | Class representing the Frame of Reference Module: |
CTrcTractographyResultsModule | Class representing the Tractography Results Module |
CIODMultiframeDimensionModule::DimensionIndexItem | Class representing a Dimension Index Pointer Sequence Item managed by the Multi-frame Dimension Module |
CIODMultiframeDimensionModule::DimensionOrganizationItem | Helper class representing an item within the Dimension Index Sequence, i.e. a single dimension description |
CIODMultiFrameFGModule::ConcatenationInfo | Helper class encapsulating concatenation information, including Concatenation Frame Offset Number, Concatenation UID, SOP Instance UID of Concatenation Source, In-concatenation Number, In-concatenation Total Number |
CIODSeriesAndInstanceReferenceMacro | Class representing the Series and Instance Reference Macro |
CMandatoryViewAndSliceProgressionDirectionMacro | Class representing the Mandatory View and Slice Progression Direction Macro |
►CSOPInstanceReferenceMacro | Class implementing the SOP Instance Reference Macro |
CImageSOPInstanceReferenceMacro | Class representing the Image SOP Instance Reference Macro |
CTrcMeasurement | Class representing a Measurement within the Tractography Results IOD |
CTrcMeasurement::Values | Class that holds actual measurement values |
►CTrcStatistic | Base class representing a statistic within the "Tractography Results" IOD |
CTrcTrackSetStatistic | Class representing a Track Set statistic, i.e |
CTrcTracksStatistic | Class representing a statistic for Tracks in Track Set |
CTrcTrack | Class representing a Track of of the "Tractography Results" IOD |
CTrcTrackSet | Class representing a Track Set within the Tractography Results IOD |
CIODEnhGeneralEquipmentModule::EquipmentInfo | Convenient struct containing all information required for setting enhanced equipment information (for use by external code) |
CIODGeneralEquipmentModule::EquipmentInfo | Convenient struct containing commonly used equipment information (for use by external code) |
CIODImagePixelVariantBaseVisitor | Visitor for returning base class of given Image Pixel Module |
►CIODReference | Class that represents a reference to another DICOM objects |
CIODImageReference | Class representing a reference to an image |
CIODSegmentationReference | Class representing a reference to a Segmentation |
CIODReferences | Class that holds a set of IODReference instances (or its sub classes) and offers helper functionality to read and write such references |
CIODRule | Class representing a single rule, that refers to a single attribute |
CIODRules | Class representing rules for a set of DICOM attributes, e.g. for all attributes of a module, macro or the like |
CItemOffset | Helper structure for item offsets |
CJfifParameters | |
CJHUFF_TBL | |
CJlsCodecFactory< STRATEGY > | |
CJlsContext | |
CJlsCustomParameters | |
CJlsException | |
CJLSInputStream | |
CJLSOutputStream | |
CJlsParameters | |
CJlsRect | |
Cjpeg_c_codec | |
Cjpeg_c_main_controller | |
Cjpeg_c_prep_controller | |
Cjpeg_color_converter | |
Cjpeg_color_deconverter | |
Cjpeg_color_quantizer | |
Cjpeg_common_struct | |
Cjpeg_comp_master | |
Cjpeg_component_info | |
Cjpeg_compress_struct | |
Cjpeg_d_codec | |
Cjpeg_d_main_controller | |
Cjpeg_d_post_controller | |
Cjpeg_decomp_master | |
Cjpeg_decompress_struct | |
Cjpeg_destination_mgr | |
Cjpeg_downsampler | |
Cjpeg_error_mgr | |
Cjpeg_error_mgr.msg_parm | |
Cjpeg_error_mgr.msg_parm | |
Cjpeg_error_mgr.msg_parm | |
Cjpeg_input_controller | |
Cjpeg_lossless_c_codec | |
Cjpeg_lossless_d_codec | |
Cjpeg_lossy_c_codec | |
Cjpeg_lossy_d_codec | |
Cjpeg_marker_reader | |
Cjpeg_marker_struct | |
Cjpeg_marker_writer | |
Cjpeg_memory_mgr | |
Cjpeg_progress_mgr | |
Cjpeg_scan_info | |
Cjpeg_source_mgr | |
Cjpeg_upsampler | |
CJPEGFileMapEntry | Struct that represents a marker in a JPEG file, i.e |
CJpegSegment | |
CJQUANT_TBL | |
CLosslessTraitsImplT< sample, bitsperpixel > | |
►CLosslessTraitsImplT< BYTE, 8 > | |
CLosslessTraitsT< BYTE, 8 > | |
►CLosslessTraitsImplT< SAMPLE, bpp > | |
CLosslessTraitsT< SAMPLE, bpp > | |
CLosslessTraitsT< Triplet< SAMPLE >, bpp > | |
►CLosslessTraitsImplT< USHORT, 16 > | |
CLosslessTraitsT< USHORT, 16 > | |
CLST_HEAD | General purpose list class for use with dcmnet module |
CMdfConsoleEngine | This class encapsulates data structures and operations for modifying Dicom files from the commandline |
CMdfDatasetManager | This class encapsulates data structures and operations for modifying DICOM files |
CMdfJob | Class reflecting a modify operation (called Job in this context) |
COFadd_pointer< T > | Metafunction to add another pointer-level to a type |
COFauto_ptr< T > | Simple class which makes sure a pointer is deleted once it goes out of scope |
COFauto_ptr< dcmtk::log4cplus::ErrorHandler > | |
COFauto_ptr< dcmtk::log4cplus::helpers::Properties > | |
COFauto_ptr< dcmtk::log4cplus::Layout > | |
COFauto_ptr< DecoderStrategy > | |
COFauto_ptr< helpers::LockFile > | |
COFauto_ptr< ProcessLine > | |
COFauto_ptr< spi::LoggerFactory > | |
COFauto_ptr_ref< T > | Internal class, don't ever use this directly! This is needed to make the following code work: |
COFBitmanipTemplate< T > | A template class for bit manipulations |
COFCharacterEncoding | A class for managing and converting between different character encodings |
COFCmdParam | Internal structure to store valid command line parameters |
COFCommandLine | Handles command line arguments |
COFCondition | General purpose class for condition codes |
COFconditional< B, T, F > | Metafunction to select one of two types depending on a template parameter |
COFConditionConst | A constant data structure which can be used for an OFCondition |
COFConfigFile | Class for reading and evaluating configuration files |
COFConfigFileCursor | Structure used by class OFConfigFile to store a cursor pointing to the currently selected section and entry in the config data |
COFConfigFileNode | This class maintains one configuration file entry (key-value pair) and the links that comprise the configuration file tree structure |
COFConsole | Singleton class which provides thread-safe access to the standard console output and error streams |
COFConsoleApplication | Support class for console applications |
COFCRC32 | General-purpose 32-bit CRC algorithm |
COFDate | This class provides a collection of date functions |
COFDateTime | This class is a combination of OFDate and OFTime |
COFdecay< T > | Metafunction to remove several modifiers from a type, for example to realize by-value parameter passing |
COFdefault_optional_traits< T > | Default storage traits of OFoptional<T> |
COFenable_if< B, T > | Metafunction to conditionally remove functions and classes from overload resolution |
COFExplicitBool | Helper class for resolving overloaded functions |
COFFile | This class provides a simple C++ encapsulation layer for stdio FILE pointers |
COFFilename | Class for managing filenames consisting either of conventional (8-bit) or wide (e.g. 16-bit) characters |
COFFilenameCreator | A class for automatically creating unique pseudo-random filenames |
COFGlobal< T > | Template class which allows to declare global objects that are protected by a Mutex if used in multi-thread applications |
►COFHostent | |
COFStandard | A non-POD version of "struct hostent" for thread- and memory-safe data access |
COFintegral_constant< T, Value > | OFintegral_constant wraps a static constant of specified type |
COFis_array< T > | Metafunction to determine if a type is an array |
COFis_function< T > | Metafunction to determine if a type refers to function |
COFis_integral< T > | Metafunction to determine if a type is an integer |
COFis_same< T0, T1 > | Metafunction to determine if two types are identical |
COFis_signed< T > | Metafunction to determine if a type is signed |
COFis_unsigned< T > | Metafunction to determine if a type is unsigned |
COFIterator< T > | Iterator class for OFList |
►COFListBase | |
COFList< T > | Double linked list template class |
COFList< DcmBaseSCPPool::DcmBaseSCPWorker * > | |
COFList< DcmCodecList * > | |
COFList< DcmDataset * > | |
COFList< DcmDictEntry * > | |
COFList< DcmKeyValuePair< T > * > | |
COFList< DcmPath * > | |
COFList< DcmPathNode * > | |
COFList< DcmPrivateTagCacheEntry * > | |
COFList< DcmQuantHistogramItem * > | |
COFList< DcmQueryRetrieveProcessSlot * > | |
COFList< DcmRepresentationEntry * > | |
COFList< DcmSCU::DcmSCUPresContext > | |
COFList< DcmStorageSCU::TransferEntry * > | |
COFList< DRTAdditionalDrugSequence::Item * > | |
COFList< DRTAdmittingDiagnosesCodeSequence::Item * > | |
COFList< DRTApplicationSetupSequence::Item * > | |
COFList< DRTApplicatorGeometrySequence::Item * > | |
COFList< DRTApplicatorSequenceInRTBeamsModule::Item * > | |
COFList< DRTApplicatorSequenceInRTImageModule::Item * > | |
COFList< DRTApplicatorSequenceInRTIonBeamsModule::Item * > | |
COFList< DRTApplicatorSequenceInRTIonBeamsSessionRecordModule::Item * > | |
COFList< DRTAssigningAgencyOrDepartmentCodeSequence::Item * > | |
COFList< DRTAssigningFacilitySequence::Item * > | |
COFList< DRTAssigningJurisdictionCodeSequence::Item * > | |
COFList< DRTBeamDoseVerificationControlPointSequence::Item * > | |
COFList< DRTBeamLimitingDeviceLeafPairsSequence::Item * > | |
COFList< DRTBeamLimitingDevicePositionSequence::Item * > | |
COFList< DRTBeamLimitingDeviceSequenceInRTBeamsModule::Item * > | |
COFList< DRTBeamLimitingDeviceSequenceInRTImageModule::Item * > | |
COFList< DRTBeamLimitingDeviceSequenceInRTIonBeamsModule::Item * > | |
COFList< DRTBeamLimitingDeviceToleranceSequence::Item * > | |
COFList< DRTBeamSequence::Item * > | |
COFList< DRTBlockSequenceInRTBeamsModule::Item * > | |
COFList< DRTBlockSequenceInRTImageModule::Item * > | |
COFList< DRTBlockSlabSequence::Item * > | |
COFList< DRTBrachyAccessoryDeviceSequence::Item * > | |
COFList< DRTBrachyControlPointSequence::Item * > | |
COFList< DRTBrachyReferencedDoseReferenceSequence::Item * > | |
COFList< DRTBreedRegistrationSequence::Item * > | |
COFList< DRTBreedRegistryCodeSequence::Item * > | |
COFList< DRTCalculatedDoseReferenceSequence::Item * > | |
COFList< DRTChannelSequence::Item * > | |
COFList< DRTChannelShieldSequence::Item * > | |
COFList< DRTChannelSourceSequence::Item * > | |
COFList< DRTCodingSchemeIdentificationSequence::Item * > | |
COFList< DRTCompensatorSequence::Item * > | |
COFList< DRTConceptCodeSequence::Item * > | |
COFList< DRTConceptNameCodeSequence::Item * > | |
COFList< DRTConsentForClinicalTrialUseSequence::Item * > | |
COFList< DRTConsultingPhysicianIdentificationSequence::Item * > | |
COFList< DRTContentItemModifierSequence::Item * > | |
COFList< DRTContextGroupIdentificationSequence::Item * > | |
COFList< DRTContourImageSequence::Item * > | |
COFList< DRTContourSequence::Item * > | |
COFList< DRTContrastBolusAdministrationRouteSequence::Item * > | |
COFList< DRTContrastBolusAgentSequence::Item * > | |
COFList< DRTContributingEquipmentSequence::Item * > | |
COFList< DRTControlPointSequence::Item * > | |
COFList< DRTConversionSourceAttributesSequence::Item * > | |
COFList< DRTCorrectedParameterSequence::Item * > | |
COFList< DRTDeidentificationActionSequence::Item * > | |
COFList< DRTDeidentificationMethodCodeSequence::Item * > | |
COFList< DRTDeliveredDepthDoseParametersSequence::Item * > | |
COFList< DRTDepthDoseParametersSequence::Item * > | |
COFList< DRTDerivationCodeSequence::Item * > | |
COFList< DRTDeviceSequence::Item * > | |
COFList< DRTDICOMMediaRetrievalSequence::Item * > | |
COFList< DRTDICOMRetrievalSequence::Item * > | |
COFList< DRTDigitalSignaturePurposeCodeSequence::Item * > | |
COFList< DRTDigitalSignaturesSequence::Item * > | |
COFList< DRTDoseReferenceSequence::Item * > | |
COFList< DRTDVHReferencedROISequence::Item * > | |
COFList< DRTDVHSequence::Item * > | |
COFList< DRTEncryptedAttributesSequence::Item * > | |
COFList< DRTEquivalentCodeSequence::Item * > | |
COFList< DRTExposureSequence::Item * > | |
COFList< DRTFixationDeviceSequence::Item * > | |
COFList< DRTFluenceMapSequence::Item * > | |
COFList< DRTFractionGroupSequence::Item * > | |
COFList< DRTFractionGroupSummarySequence::Item * > | |
COFList< DRTFractionStatusSummarySequence::Item * > | |
COFList< DRTFrameExtractionSequence::Item * > | |
COFList< DRTGeneralAccessorySequence::Item * > | |
COFList< DRTGroupOfPatientsIdentificationSequence::Item * > | |
COFList< DRTHL7StructuredDocumentReferenceSequence::Item * > | |
COFList< DRTIconImageSequence::Item * > | |
COFList< DRTInstitutionCodeSequence::Item * > | |
COFList< DRTIonBeamLimitingDeviceSequence::Item * > | |
COFList< DRTIonBeamSequence::Item * > | |
COFList< DRTIonBlockSequence::Item * > | |
COFList< DRTIonControlPointDeliverySequence::Item * > | |
COFList< DRTIonControlPointSequence::Item * > | |
COFList< DRTIonRangeCompensatorSequence::Item * > | |
COFList< DRTIonToleranceTableSequence::Item * > | |
COFList< DRTIonWedgePositionSequence::Item * > | |
COFList< DRTIonWedgeSequence::Item * > | |
COFList< DRTIssuerOfAccessionNumberSequence::Item * > | |
COFList< DRTIssuerOfAdmissionIDSequence::Item * > | |
COFList< DRTIssuerOfPatientIDQualifiersSequence::Item * > | |
COFList< DRTIssuerOfServiceEpisodeIDSequence::Item * > | |
COFList< DRTLateralSpreadingDeviceSequence::Item * > | |
COFList< DRTLateralSpreadingDeviceSettingsSequenceInRTIonBeamsModule::Item * > | |
COFList< DRTLateralSpreadingDeviceSettingsSequenceInRTIonBeamsSessionRecordModule::Item * > | |
COFList< DRTMACParametersSequence::Item * > | |
COFList< DRTMappingResourceIdentificationSequence::Item * > | |
COFList< DRTMeasuredDoseReferenceSequence::Item * > | |
COFList< DRTMeasurementUnitsCodeSequence::Item * > | |
COFList< DRTModalityLUTSequence::Item * > | |
COFList< DRTModifiedAttributesSequence::Item * > | |
COFList< DRTMotionSynchronizationSequence::Item * > | |
COFList< DRTMultiplexedAudioChannelsDescriptionCodeSequence::Item * > | |
COFList< DRTOperatorIdentificationSequence::Item * > | |
COFList< DRTOriginalAttributesSequence::Item * > | |
COFList< DRTOtherPatientIDsSequence::Item * > | |
COFList< DRTOverrideSequence::Item * > | |
COFList< DRTPatientBreedCodeSequence::Item * > | |
COFList< DRTPatientSetupSequence::Item * > | |
COFList< DRTPatientSizeCodeSequence::Item * > | |
COFList< DRTPatientSpeciesCodeSequence::Item * > | |
COFList< DRTPerformedProtocolCodeSequence::Item * > | |
COFList< DRTPersonIdentificationCodeSequence::Item * > | |
COFList< DRTPhysiciansOfRecordIdentificationSequence::Item * > | |
COFList< DRTPhysiciansReadingStudyIdentificationSequence::Item * > | |
COFList< DRTPlannedVerificationImageSequence::Item * > | |
COFList< DRTPredecessorStructureSetSequence::Item * > | |
COFList< DRTPrimaryFluenceModeSequence::Item * > | |
COFList< DRTPrivateDataElementCharacteristicsSequence::Item * > | |
COFList< DRTPrivateDataElementDefinitionSequence::Item * > | |
COFList< DRTProcedureCodeSequence::Item * > | |
COFList< DRTProtocolContextSequence::Item * > | |
COFList< DRTPurposeOfReferenceCodeSequence::Item * > | |
COFList< DRTQuantityDefinitionSequence::Item * > | |
COFList< DRTRangeModulatorSequence::Item * > | |
COFList< DRTRangeModulatorSettingsSequenceInRTIonBeamsModule::Item * > | |
COFList< DRTRangeModulatorSettingsSequenceInRTIonBeamsSessionRecordModule::Item * > | |
COFList< DRTRangeShifterSequence::Item * > | |
COFList< DRTRangeShifterSettingsSequenceInRTIonBeamsModule::Item * > | |
COFList< DRTRangeShifterSettingsSequenceInRTIonBeamsSessionRecordModule::Item * > | |
COFList< DRTRealWorldValueMappingSequence::Item * > | |
COFList< DRTReasonForPerformedProcedureCodeSequence::Item * > | |
COFList< DRTReasonForRequestedProcedureCodeSequence::Item * > | |
COFList< DRTRecordedBlockSequence::Item * > | |
COFList< DRTRecordedCompensatorSequence::Item * > | |
COFList< DRTRecordedLateralSpreadingDeviceSequence::Item * > | |
COFList< DRTRecordedRangeModulatorSequence::Item * > | |
COFList< DRTRecordedRangeShifterSequence::Item * > | |
COFList< DRTRecordedSnoutSequence::Item * > | |
COFList< DRTRecordedWedgeSequence::Item * > | |
COFList< DRTReferencedBeamSequenceInRTDoseModule::Item * > | |
COFList< DRTReferencedBeamSequenceInRTFractionSchemeModule::Item * > | |
COFList< DRTReferencedBeamSequenceInRTGeneralTreatmentRecordModule::Item * > | |
COFList< DRTReferencedBolusSequenceInRTBeamsModule::Item * > | |
COFList< DRTReferencedBolusSequenceInRTIonBeamsModule::Item * > | |
COFList< DRTReferencedBolusSequenceInRTIonBeamsSessionRecordModule::Item * > | |
COFList< DRTReferencedBrachyApplicationSetupSequenceInRTDoseModule::Item * > | |
COFList< DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item * > | |
COFList< DRTReferencedCalculatedDoseReferenceSequence::Item * > | |
COFList< DRTReferencedControlPointSequence::Item * > | |
COFList< DRTReferencedDoseReferenceSequenceInRTBeamsModule::Item * > | |
COFList< DRTReferencedDoseReferenceSequenceInRTFractionSchemeModule::Item * > | |
COFList< DRTReferencedDoseReferenceSequenceInRTIonBeamsModule::Item * > | |
COFList< DRTReferencedDoseSequence::Item * > | |
COFList< DRTReferencedFractionGroupSequence::Item * > | |
COFList< DRTReferencedFrameOfReferenceSequence::Item * > | |
COFList< DRTReferencedImageSequence::Item * > | |
COFList< DRTReferencedInstanceSequence::Item * > | |
COFList< DRTReferencedMeasuredDoseReferenceSequence::Item * > | |
COFList< DRTReferencedPatientPhotoSequence::Item * > | |
COFList< DRTReferencedPatientSequence::Item * > | |
COFList< DRTReferencedPerformedProcedureStepSequence::Item * > | |
COFList< DRTReferencedReferenceImageSequenceInRTBeamsModule::Item * > | |
COFList< DRTReferencedReferenceImageSequenceInRTBrachyApplicationSetupsModule::Item * > | |
COFList< DRTReferencedReferenceImageSequenceInRTIonBeamsModule::Item * > | |
COFList< DRTReferencedRTPlanSequence::Item * > | |
COFList< DRTReferencedRTPlanSequenceInRTGeneralPlanModule::Item * > | |
COFList< DRTReferencedRTPlanSequenceInRTGeneralTreatmentRecordModule::Item * > | |
COFList< DRTReferencedRTPlanSequenceInRTImageModule::Item * > | |
COFList< DRTReferencedSeriesSequence::Item * > | |
COFList< DRTReferencedSetupImageSequence::Item * > | |
COFList< DRTReferencedSOPSequence::Item * > | |
COFList< DRTReferencedSpatialRegistrationSequence::Item * > | |
COFList< DRTReferencedStructureSetSequence::Item * > | |
COFList< DRTReferencedStudySequence::Item * > | |
COFList< DRTReferencedTreatmentRecordSequenceInRTDoseModule::Item * > | |
COFList< DRTReferencedTreatmentRecordSequenceInRTGeneralTreatmentRecordModule::Item * > | |
COFList< DRTReferencedVerificationImageSequence::Item * > | |
COFList< DRTReferringPhysicianIdentificationSequence::Item * > | |
COFList< DRTRelatedRTROIObservationsSequence::Item * > | |
COFList< DRTRequestAttributesSequence::Item * > | |
COFList< DRTRequestedProcedureCodeSequence::Item * > | |
COFList< DRTRequestingServiceCodeSequence::Item * > | |
COFList< DRTROIContourSequence::Item * > | |
COFList< DRTROIElementalCompositionSequence::Item * > | |
COFList< DRTROIPhysicalPropertiesSequence::Item * > | |
COFList< DRTRTDoseROISequence::Item * > | |
COFList< DRTRTReferencedSeriesSequence::Item * > | |
COFList< DRTRTReferencedStudySequence::Item * > | |
COFList< DRTRTRelatedROISequence::Item * > | |
COFList< DRTRTROIIdentificationCodeSequence::Item * > | |
COFList< DRTRTROIObservationsSequence::Item * > | |
COFList< DRTScheduledProtocolCodeSequence::Item * > | |
COFList< DRTSegmentedPropertyCategoryCodeSequence::Item * > | |
COFList< DRTSegmentedPropertyTypeModifierCodeSequence::Item * > | |
COFList< DRTSeriesDescriptionCodeSequence::Item * > | |
COFList< DRTSetupDeviceSequence::Item * > | |
COFList< DRTShieldingDeviceSequence::Item * > | |
COFList< DRTSnoutSequence::Item * > | |
COFList< DRTSourceImageSequence::Item * > | |
COFList< DRTSourceInstanceSequence::Item * > | |
COFList< DRTSourcePatientGroupIdentificationSequence::Item * > | |
COFList< DRTSourceSequence::Item * > | |
COFList< DRTStrainCodeSequence::Item * > | |
COFList< DRTStrainSourceRegistryCodeSequence::Item * > | |
COFList< DRTStrainStockSequence::Item * > | |
COFList< DRTStructureSetROISequence::Item * > | |
COFList< DRTStudiesContainingOtherReferencedInstancesSequence::Item * > | |
COFList< DRTToleranceTableSequence::Item * > | |
COFList< DRTTreatmentMachineSequenceInRTBrachyApplicationSetupsModule::Item * > | |
COFList< DRTTreatmentMachineSequenceInRTTreatmentMachineRecordModule::Item * > | |
COFList< DRTTreatmentSessionIonBeamSequence::Item * > | |
COFList< DRTTreatmentSummaryCalculatedDoseReferenceSequence::Item * > | |
COFList< DRTTreatmentSummaryMeasuredDoseReferenceSequence::Item * > | |
COFList< DRTUDISequence::Item * > | |
COFList< DRTVOILUTSequence::Item * > | |
COFList< DRTWADORetrievalSequence::Item * > | |
COFList< DRTWADORSRetrievalSequence::Item * > | |
COFList< DRTWedgePositionSequence::Item * > | |
COFList< DRTWedgeSequence::Item * > | |
COFList< DRTXDSRetrievalSequence::Item * > | |
COFList< DSRCodedEntryValue > | |
COFList< DSRCodingSchemeIdentificationList::ItemStruct * > | |
COFList< DSRGraphicData3DItem > | |
COFList< DSRGraphicDataItem > | |
COFList< DSRReferencedInstanceList::ItemStruct * > | |
COFList< DSRSOPInstanceReferenceList::InstanceStruct * > | |
COFList< DSRSOPInstanceReferenceList::SeriesStruct * > | |
COFList< DSRSOPInstanceReferenceList::StudyStruct * > | |
COFList< DSRWaveformChannelItem > | |
COFList< DVInstanceCache::ItemStruct * > | |
COFList< DVPSAnnotationContent * > | |
COFList< DVPSCurve * > | |
COFList< DVPSDisplayedArea * > | |
COFList< DVPSGraphicAnnotation * > | |
COFList< DVPSGraphicLayer * > | |
COFList< DVPSGraphicObject * > | |
COFList< DVPSImageBoxContent * > | |
COFList< DVPSOverlay * > | |
COFList< DVPSOverlayCurveActivationLayer * > | |
COFList< DVPSPresentationLUT * > | |
COFList< DVPSReferencedImage * > | |
COFList< DVPSReferencedSeries * > | |
COFList< DVPSSoftcopyVOI * > | |
COFList< DVPSStoredPrint * > | |
COFList< DVPSTextObject * > | |
COFList< DVPSVOILUT * > | |
COFList< DVPSVOIWindow * > | |
COFList< DVSeriesCache::ItemStruct * > | |
COFList< DVStudyCache::ItemStruct * > | |
COFList< Float64 > | |
COFList< JPEGFileMapEntry * > | |
COFList< MdfJob > | |
COFList< OFCmdOption * > | |
COFList< OFCmdParam * > | |
COFList< OFCmdParamPos * > | |
COFList< OFListIterator_OFString > | |
COFList< OFPair > | |
COFList< OFString > | |
COFList< OFTestTest * > | |
COFList< Sint32 > | |
COFList< size_t > | |
COFList< Uint16 > | |
COFList< Uint32 > | |
COFList< unsigned char * > | |
COFList< void * > | |
COFList< WlmProcessSlotType * > | |
►COFListLinkBase | |
COFListLink< T > | |
COFLog | Functions for initializing the logging system |
COFMap< K, V > | Associative container class |
COFMap< DcmFGTypes::E_FGType, FGBase * > | |
COFMap< DcmTagKey, IODRule * > | |
COFMap< log4cplus::tstring, log4cplus::SharedAppenderPtr > | |
COFMap< log4cplus::tstring, log4cplus::tstring > | |
COFMap< log4cplus::tstring, Logger > | |
COFMap< log4cplus::tstring, ProvisionNode > | |
COFMap< log4cplus::tstring, void * > | |
COFMap< OFString, DcmProfileEntry * > | |
COFMap< OFString, FGStack * > | |
COFMap< OFString, OFCharacterEncoding > | |
COFMap< OFString, OFList * > | |
COFMap< tstring, tstring > | |
COFMap< Uint32, FunctionalGroups * > | |
COFMap< Uint32, Uint32 > | |
COFMath | |
COFmonostate | A helper type for making OFvariant default constructible |
COFMutex | Operating system independent abstraction for mutexes (mutual exclusion locks) |
COFnumeric_limits< T > | A meta-template for querying various properties of fundamental types |
COFoptional< T > | The class template OFoptional manages an optional contained value, i.e. a value tagged with a state that reports its validity |
COFoptional< OFString > | |
COFoptional_traits< T > | Manages storage and state of the object contained in OFoptional<T> |
COFPair< K, V > | Pair - this implements parts of std::pair's interface |
COFReadWriteLock | Operating system independent abstraction for read/write locks |
COFReadWriteLocker | This class aims to provide an easy way for making sure OFReadWriteLocks are unlocked in an exception safe way |
COFremove_const< T > | Metafunction to remove the const modifier from a type |
COFremove_cv< T > | Metafunction to remove both the const and the volatile modifier from a type |
COFremove_extent< T > | Metafunction to remove the extent from an array type |
COFremove_reference< T > | Metafunction to remove the reference from a type |
COFremove_volatile< T > | Metafunction to remove the volatile modifier from a type |
►Ctype | |
COFrvalue< T > | A helper class to 'tag' objects as rvalues to help DCMTK's move emulation employed on pre C++11 compilers |
COFSemaphore | Operating system independent abstraction for semaphores |
►COFSet< T > | This abstract template class provides a data structure and operations for administrating a set of elements of an arbitrary type |
COFOrderedSet< T > | This template class provides a data structure and operations for administrating an ordered set of elements of an arbitrary type |
COFUnorderedSet< T > | This template class provides a data structure and operations for administrating an unordered set of elements of an arbitrary type |
COFSetIterator< T > | This template class represents an iterator class for corresponding set data structures in ofstd |
COFshared_ptr< T > | OFshared_ptr is a smart pointer that retains shared ownership of an object through a pointer |
COFshared_ptr< T >::Data | Helper class containing the reference to the managed object and the reference counter |
COFshared_ptr< DcmItem > | |
►COFshared_ptr< DcmSCPConfig > | |
CDcmSharedSCPConfig | Enables sharing configurations by multiple DcmSCPs |
COFshared_ptr< DSRSubTemplate > | |
COFshared_ptr< Implementation > | |
COFshared_ptr< IODRules > | |
►COFStackBase | Non-template base class for OFStack |
COFStack< T > | Template stack class |
COFStack< DSRDocumentTreeNode * > | |
COFStack< OFConfigFileCursor > | |
COFStack< T * > | |
►COFStackLinkBase | Non-template single linked list class, used to store elements of a stack |
COFStackLink< T > | Template class used to store stack entries |
COFString | Simple string class that implements a subset of std::string |
COFTempFile | This class manages the lifetime of a temporary file |
COFTestManager | The test manager singleton manages the list of available test cases and executes them |
COFTestTest | A single test case which can be run |
►COFThread | Operating system independent abstraction for threads |
CDcmBaseSCPPool::DcmBaseSCPWorker | Abstract base class that handles forwarding the configuration and T_ASC_Association to the actual worker class for each worker thread |
COFThreadSpecificData | Operating system independent abstraction for thread specific data |
COFTime | This class provides a collection of time functions |
COFTimer | A class for measurement of time |
COFtuple< Types > | A class template that implements generic tuples |
COFunique_ptr< T > | OFunique_ptr is a smart pointer that retains sole ownership of an object through a pointer and destroys that object when the unique_ptr goes out of scope |
COFUUID | Helper class for generating and storing UUIDs, as specified in ITU-T X.667 |
COFUUID::BinaryRepresentation | |
COFvariant< Alternatives > | A class template that represents a type-safe union |
►COFvariant< OFmonostate, OFVARIADIC_TEMPLATE_PARAMETER_PACK(T)> | |
CIODImagePixelVariant<> | Class representing different pixel modules from the DICOM standard: The class Image Pixel Module, the Floating Point Image Pixel module and the Double Floating Point Image Pixel module |
CIODImagePixelVariant< OFVARIADIC_TEMPLATE_PARAMETER_PACK(T)> | |
COFVector< T > | This is a resizable array |
COFVector< CodeSequenceMacro * > | |
COFVector< ContentIdentificationMacro::AlternateContentDescriptionItem * > | |
COFVector< ContentItemMacro * > | |
COFVector< ContentItemMacro::ReferencedSOPSequenceItem * > | |
COFVector< DcmIODTypes::Frame * > | |
COFVector< DcmQuantHistogramItemListPointer > | |
COFVector< DcmSegment * > | |
COFVector< DerivationImageItem * > | |
COFVector< DiagnosticContext > | |
COFVector< Float32 * > | |
COFVector< IODModule * > | |
COFVector< IODMultiframeDimensionModule::DimensionIndexItem * > | |
COFVector< IODMultiframeDimensionModule::DimensionOrganizationItem * > | |
COFVector< IODReference * > | |
COFVector< IODSeriesAndInstanceReferenceMacro::ReferencedSeriesItem * > | |
COFVector< JpegSegment * > | |
COFVector< Logger > | |
COFVector< LogLevelToStringMethodRec > | |
COFVector< OFString > | |
COFVector< pattern::PatternConverter * > | |
COFVector< ReferencedSeriesItem * > | |
COFVector< RWVMItem * > | |
COFVector< SAMPLE > | |
COFVector< SharedAppenderPtr > | |
COFVector< signed char > | |
COFVector< size_t > | |
COFVector< SOPInstanceReferenceMacro * > | |
COFVector< SOPInstanceReferenceMacro > | |
COFVector< SourceImageItem * > | |
COFVector< spi::InternalLoggingEvent > | |
COFVector< StringToLogLevelMethod > | |
COFVector< StudiesOtherInstancesItem * > | |
COFVector< tchar > | |
COFVector< TrcMeasurement * > | |
COFVector< TrcMeasurement::TrcMeasurement::Values * > | |
COFVector< TrcTrack * > | |
COFVector< TrcTrackSet * > | |
COFVector< TrcTrackSetStatistic * > | |
COFVector< TrcTracksStatistic * > | |
COFVector< Uint16 > | |
COFVector< Uint32 > | |
CPRIVATE_ASSOCIATIONKEY | |
CPRIVATE_NETWORKKEY | |
CPRIVATE_NETWORKKEY.networkSpecific | |
CPRIVATE_NETWORKKEY.networkSpecific.TCP | |
►CProcessLine | |
CPostProcesSingleComponent | |
CProcessTransformed< TRANSFORM > | |
►CProductFactoryBase | |
►Cdcmtk::log4cplus::spi::LocalFactoryBase< ProductFactoryBase > | |
Cdcmtk::log4cplus::spi::FactoryTempl< LocalProduct, ProductFactoryBase > | |
CPRV_ASYNCOPERATIONS | |
CPRV_IMPLEMENTATIONCLASSUID | |
CPRV_IMPLEMENTATIONVERSIONNAME | |
CPRV_SCUSCPROLE | |
►CQRResponse | Base class for C-FIND, C-MOVE and C-GET responses |
CRetrieveResponse | Base class representing for single C-GET or C-MOVE response |
CQuad.__unnamed__ | |
►CReferencedSeriesItem public IODComponent | |
CIODSeriesAndInstanceReferenceMacro | Class representing the Series and Instance Reference Macro |
►CRWVMItem public IODComponent | |
CFGRealWorldValueMapping | Class representing the Real World Value Mapping Functional Group that specifies the mapping of stored values to associated Real World values |
CSB_BitmapFileHeader | Structure for BMP bitmap file header |
CSB_BitmapInfoHeader | Structure for BMP bitmap info header |
►CSCP | |
CDcmSCPPool< SCP, SCPPool, BaseSCPWorker >::SCPWorker | Helper class to use any class as an SCPWorker as long as it is a model of the SCP Thread Concept |
►CSCPPool | |
CDcmSCPPool< SCP, SCPPool, BaseSCPWorker > | Implementation of DICOM SCP server pool |
CSegmentDescriptionMacro | Class representing the Segment Description Macro |
CSegmentedPropertyTypeCodeItem | Class representing the Segmented Property Type Code and Segmented Property Type Code Modifier Code Sequence |
Cdcmtk::log4cplus::helpers::SharedObjectPtr< AbstractThread > | |
Cdcmtk::log4cplus::helpers::SharedObjectPtr< dcmtk::log4cplus::SocketAppender::ConnectorThread > | |
Cdcmtk::log4cplus::helpers::SharedObjectPtr< dcmtk::log4cplus::thread::ThreadImplBase > | |
Cdcmtk::log4cplus::helpers::SharedObjectPtr< Filter > | |
Cdcmtk::log4cplus::helpers::SharedObjectPtr< LoggerImpl > | |
Cdcmtk::log4cplus::helpers::SharedObjectPtr< Queue > | |
►CSiAlgorithm | Pure virtual base class of the public key crypto systems used for signature creation and verification |
CSiDSA | This class implements the DSA public key crypto algorithms |
CSiRSA | This class implements the RSA public key crypto algorithms |
CSiCertificate | Class representing X.509 public key certificates |
CSiCertificateVerifier | Class representing X.509 public key certificates |
►CSiMAC | Base class for all classes that implement hash functions |
CSiMD5 | Class implementing the hash function MD5 |
CSiRIPEMD160 | Class implementing the hash function RIPEMD160 |
CSiSHA1 | Class implementing the hash function SHA1 |
CSiSHA256 | Class implementing the hash function SHA256 |
CSiSHA384 | Class implementing the hash function SHA384 |
CSiSHA512 | Class implementing the hash function SHA512 |
CSiMACConstructor | Class that allows to feed selected parts of a DICOM dataset into the MAC generation code |
CSiPrivateKey | Class representing a private key |
►CSiSecurityProfile | Abstract base class for all security profiles |
►CSiBaseRSAProfile | Base RSA Digital Signature Profile |
CSiAuthorizationProfile | Authorization Digital Signature Profile |
CSiCreatorProfile | Creator RSA Digital Signature Profile |
CSiNullProfile | Defines a "null" security profile that does not require or forbid any MAC algorithm, signature algorithm, or attribute tag |
CSiTimeStamp | Pure virtual base class for a timestamp client |
CSize | |
CSOPClassExtendedNegotiationSubItem | |
CSourceImageItem | Class representing a single item of the Source Image Sequence |
CSP_Interpretation | Structure for photometric string and related constant |
►CSTRATEGY | |
CJlsCodec< TRAITS, STRATEGY > | |
►CStudiesOtherInstancesItem public IODComponent | |
CIODCommonInstanceReferenceModule | Class representing the Common Instance Reference Module: |
CStudyDescRecord | This struct defines the structure of each "Study Record" in the index.dat file maintained by this module |
CT_ASC_Association | |
CT_ASC_Network | |
CT_ASC_Parameters | |
CT_ASC_PresentationContext | |
CT_ASC_RejectParameters | |
CT_DIMSE_C_CancelRQ | |
CT_DIMSE_C_EchoRQ | |
CT_DIMSE_C_EchoRSP | |
CT_DIMSE_C_FindRQ | |
CT_DIMSE_C_FindRSP | |
CT_DIMSE_C_GetRQ | |
CT_DIMSE_C_GetRSP | |
CT_DIMSE_C_MoveRQ | |
CT_DIMSE_C_MoveRSP | |
CT_DIMSE_C_StoreRQ | |
CT_DIMSE_C_StoreRSP | |
CT_DIMSE_DetectedCancelParameters | |
CT_DIMSE_Message | |
CT_DIMSE_Message.msg | |
CT_DIMSE_N_ActionRQ | |
CT_DIMSE_N_ActionRSP | |
CT_DIMSE_N_CreateRQ | |
CT_DIMSE_N_CreateRSP | |
CT_DIMSE_N_DeleteRQ | |
CT_DIMSE_N_DeleteRSP | |
CT_DIMSE_N_EventReportRQ | |
CT_DIMSE_N_EventReportRSP | |
CT_DIMSE_N_GetRQ | |
CT_DIMSE_N_GetRSP | |
CT_DIMSE_N_SetRQ | |
CT_DIMSE_N_SetRSP | |
CT_DIMSE_StoreProgress | |
CTI_DBEntry | |
CTI_GenericCallbackStruct | |
CTI_ImageEntry | |
CTI_SeriesEntry | |
CTI_StudyEntry | |
CToXMLStringTool | Helper class to create XML files using "printf", "fprintf", "cout",... functions |
CTransformHp1< sample > | |
CTransformHp1< sample >::INVERSE | |
CTransformHp2< sample > | |
CTransformHp2< sample >::INVERSE | |
CTransformHp3< sample > | |
CTransformHp3< sample >::INVERSE | |
►CTransformNoneImpl< sample > | |
CTransformNone< sample > | |
CTransformShifted< TRANSFORM > | |
CTransformShifted< TRANSFORM >::INVERSE | |
CTrcTypes | Types specific to this module |
CTriplet< SAMPLE > | |
CTriplet.__unnamed__ | |
CTriplet.__unnamed__ | |
CTriplet.__unnamed__ | |
►CTriplet< sample > | |
CQuad< sample > | |
Cuser_info | |
►CUserIdentityNegotiationSubItem | Abstract base class for User Identity Negotiation user items |
CUserIdentityNegotiationSubItemAC | Class representing a User Identity Negotiation acknowledgement sub item |
CUserIdentityNegotiationSubItemRQ | Class for User Identity Negotiation request user item |
Cvrscan | |
Cvrscan_error | |
CWlmActivityManager | This class encapsulates data structures and operations for basic worklist management service class providers |
CWlmConsoleEngineFileSystem | This class encapsulates data structures and operations for a console application that can act as a basic worklist management service class provider based on the file system |
►CWlmDataSource | This class encapsulates data structures and operations for connecting to an arbitrary data source in the framework of the DICOM basic worklist management service |
CWlmDataSourceFileSystem | This class encapsulates data structures and operations for connecting to a file-based data source in the framework of the DICOM basic worklist management service |
CWlmFileSystemInteractionManager | This class encapsulates data structures and operations for managing data base interaction in the framework of the DICOM basic worklist management service |
CWlmProcessSlotType | Structure for non-single process mode |
CWlmSuperiorSequenceInfoType | Structure for handling arbitrary types of superior sequences in query result datasets |
CXMLAttribute | Structure for XML attribute |
CXMLClear | Structure for XML clear (unformatted) node (usually comments) |
CXMLNode | Main Class representing a XML node |
CXMLNode::XMLNodeDataTag | |
CXMLNodeContents | This structure is given by the function XMLNode::enumContents |
CXMLParserBase64Tool | Helper class to include binary data inside XML strings using "Base64 encoding" |
CXMLResults | Structure used to obtain error details if the parse fails |
Cyy_buffer_state | |