|
DCMTK
Version 3.6.5
OFFIS DICOM Toolkit
|
| SCP Thread Concept | A SCP object should follow this concept to be used in DcmSCPPool |
| OFin_place_helpers_brief | |
| Tools for in-place construction | |
| OFvisit – OFvariant | Apply a visitor to an OFvariant object |
| OFget – OFvariant | Get a pointer to the value stored in an OFvariant holding the selected alternative |
| ▼The XML parser | |
| Parsing XML files/strings to an XMLNode structure and Rendering XMLNode's to files/string. | |
| Navigate the XMLNode structure | |
| ▼Create or Update the XMLNode structure | The functions in this group allows you to create from scratch (or update) a XMLNode structure |
| Creating from scratch a XMLNode structure | |
| Updating Nodes | Some update functions: |
| Deleting Nodes or Attributes | Some deletion functions: |
| ???_WOSD functions. | The strings given as parameters for the "add" and "update" methods that have a name with the postfix "_WOSD" (that means "WithOut String Duplication")(for example "addText_WOSD") will be free'd by the XMLNode class |
| Position helper functions (use in conjunction with the update&add functions) | These are some useful functions when you want to insert a childNode, a text or a XMLClearTag in the middle (at a specified position) of a XMLNode tree already constructed |
| String Allocation/Free functions | |
| ato? like functions | The "xmlto?" functions are equivalents to the atoi, atol, atoll, atof functions |
| Helper class to create XML files using "printf", "fprintf", "cout",... functions. | |
| Helper class to include binary data inside XML strings using "Base64 encoding". |