openDICOM.NET API Reference (openDICOM# Class Library)

ValueMultiplicity.IsValid Method 

Determines whether a specified count of values is conform with this DICOM VM instance. This method is supposed to be used for validation of real count of DICOM values against the corresponding DICOM data element dictionary entry.

public bool IsValid(
   int valueCount
);

Remarks

If this VM instance is not registered in the data element dictionary or this instance is undefined, all specified count of values will be valid.

See Also

ValueMultiplicity Class | openDicom.Registry Namespace