[This is preliminary documentation and is subject to change.]
Validates a Dicom Message.
| C# | Visual Basic | Visual C++ |
public void Validate( DicomMessage dicomMessage )
Public Sub Validate ( _ dicomMessage As DicomMessage _ )
public: void Validate( DicomMessage^ dicomMessage )
- dicomMessage (DicomMessage)
- The Dicom Message to validate.
If applicable for this Dicom Message, this method will automatically try
to determine the correct definition file to use for validation. A warning
will be logged if no definition file can be found.