DVTk API
Validate Method (dicomMessage)
DVTkDvtkHighLevelInterface.Dicom.ThreadsDicomThreadValidate(DicomMessage)
DVTk API

[This is preliminary documentation and is subject to change.]

Validates a Dicom Message.
Declaration Syntax
C#Visual BasicVisual C++
public void Validate(
	DicomMessage dicomMessage
)
Public Sub Validate ( _
	dicomMessage As DicomMessage _
)
public:
void Validate(
	DicomMessage^ dicomMessage
)
Parameters
dicomMessage (DicomMessage)
The Dicom Message to validate.
Remarks
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.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0