Loads the contents of a DICOM encoded xml file
            
            Overload List
| Overload | Description | 
|---|
| LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) | Loads the contents of a DICOM encoded xml file | 
| LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags) | Loads the contents of a DICOM encoded xml file | 
| LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) | Loads a stream containing a DICOM encoded xml file | 
| LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags) | Loads a stream containing a DICOM encoded xml file | 
Requirements
            
            See Also