'DeclarationPublic Enum ParseOptions Inherits System.Enum
public enum ParseOptions : System.Enum
'DeclarationPublic Enum ParseOptions Inherits System.Enum
public enum ParseOptions : System.Enum
| Member | Description |
|---|---|
| ParseNoThrow | Try parsing DICOM data to the correct type based on the VR of the tag - conversion error will be ignore and attribute with invalid value will be excluded in the output Json or XML |
| ParseNoThrowAsString | Attempt to parse DICOM data to the correct type, if a formatting error is encountered, the invalid value will be included as a string in the output JSON or XML, rather than being excluded. |
| ParseThrow | Parse DICOM data to the correct type based on the VR of the tag - conversion error will be thrown |
| String | No parsing - use the string representation of the DICOM data for output value - any DICOM attribute with invalid value will be included in the output Json or XML |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.ParseOptions