class to handle a DICOM path While supp 118 did introduced a notion of XPath for XML Native model this convention is too XML-centric. Instead prefer DCMTK style notation https://groups.google.com/g/comp.protocols.dicom/c/IyIH0IOBMPA
More...
#include <gdcmDPath.h>
|
| static bool | IsValid (const char *path) |
| | Return if path is valid or not.
|
| |
class to handle a DICOM path While supp 118 did introduced a notion of XPath for XML Native model this convention is too XML-centric. Instead prefer DCMTK style notation https://groups.google.com/g/comp.protocols.dicom/c/IyIH0IOBMPA
- Examples
- Cleaner.cs.
◆ DPath()
◆ ~DPath()
◆ ConstructFromString()
| bool gdcm::DPath::ConstructFromString |
( |
const char * |
path | ) |
|
◆ IsValid()
| static bool gdcm::DPath::IsValid |
( |
const char * |
path | ) |
|
|
static |
Return if path is valid or not.
◆ Match()
| bool gdcm::DPath::Match |
( |
DPath const & |
other | ) |
const |
Return whether or not 'other' match the template DPath.
◆ operator<()
| bool gdcm::DPath::operator< |
( |
const DPath & |
rhs | ) |
const |
◆ Print()
| void gdcm::DPath::Print |
( |
std::ostream & |
| ) |
const |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
_os, |
|
|
const DPath & |
_val |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: