C#
VB
Java
WinRT C#
C++
Represents the possible return values for LEADTOOLS DICOM methods.
public enum DicomExceptionCode
Public Enum DicomExceptionCode
public enum DicomExceptionCode
public enum DicomExceptionCode
Leadtools.Dicom.DicomExceptionCode = function() { };
Leadtools.Dicom.DicomExceptionCode.prototype = {<br/>
Success = 0x00000000,
SupportLocked = 0x00000001,
NoMemory = 0x00000002,
Open = 0x00000003,
Read = 0x00000004,
Write = 0x00000005,
Seek = 0x00000006,
End = 0x00000007,
Format = 0x00000008,
Parameter = 0x00000009,
Image = 0x0000000A,
Compression = 0x0000000B,
PhotometricInterpretation = 0x0000000C,
Conversion = 0x0000000D,
Range = 0x0000000E,
BitsPerPixel = 0x0000000F,
QualityFactor = 0x00000010,
BadPDUType = 0x00000011,
BadPDULength = 0x00000012,
BadPDUID = 0x00000013,
NetFailure = 0x0000001D,
NetAccess = 0x0000001E,
NetAddressInUse = 0x0000001F,
NetAddressNotAvailable = 0x00000020,
NetAddressNotSupported = 0x00000021,
NetConnectionAborted = 0x00000022,
NetConnectionRefused = 0x00000023,
NetConnectionReset = 0x00000024,
NetDestinationRequired = 0x00000025,
NetArgumentIncorrect = 0x00000026,
NetBlockingOperationInProgress = 0x00000027,
NetBlockingCanceled = 0x00000028,
NetInvalidSocket = 0x00000029,
NetSocketAlreadyConnected = 0x0000002A,
NetNoMoreFile = 0x0000002B,
NetMessageSize = 0x0000002C,
NetDown = 0x0000002D,
NetReset = 0x0000002E,
NetUnReach = 0x0000002F,
NetNoBuffers = 0x00000030,
NetNotConnected = 0x00000031,
NetNotSocket = 0x00000032,
NetOperationNotSupported = 0x00000033,
NetProtocolNotSupported = 0x00000034,
NetProtocolType = 0x00000035,
NetShutdown = 0x00000036,
NetSocketNotSupported = 0x00000037,
NetTimeout = 0x00000038,
NetWouldBlock = 0x00000039,
NetHostNotFound = 0x0000003A,
NetNoData = 0x0000003B,
NetNoRecovery = 0x0000003C,
NetNotInitialised = 0x0000003D,
NetSystemNotReady = 0x0000003E,
NetTryAgain = 0x0000003F,
NetVersionNotSupported = 0x00000040,
NetSecurityBreach = 0x00000041,
TLSInternalError = 0x00000042,
SecurityLocked = 0x00000043,
TLSLibraryNotLoaded = 0x00000044,
BadSecurityMode = 0x00000045,
AnnotationFailure = 0x00000046,
AnnotationSupport = 0x00000047,
AnnotationAssemblyMissing = 0x00000048,
TagAlreadyExists = 0x00000049,
AnnotationFileDoesntExist = 0x0000004A,
ElementLengthOdd = 0x00000064,
ISCLBadOption = 0x00000064,
ISCLBadLength = 0x00000065,
ISCLLocalIccard = 0x00000066,
ISCLRemoteIccard = 0x00000067,
ISCLBadMsgid = 0x00000068,
ISCLBadVersion = 0x00000069,
ISCLBadMutualAuthMethod = 0x0000006A,
ISCLBadCommblockLength = 0x0000006B,
ISCLReceivedNak = 0x0000006C,
ISCLMsgTransmission = 0x0000006D,
ISCLPeerSmallLength = 0x0000006E,
ISCLLocalSmallLength = 0x0000006F,
ISCLDecrypt = 0x00000070,
ISCLBadMac = 0x00000071,
ISCLRndNoForSessionKeyExpected = 0x00000072,
ISCLPeerRefuseClose = 0x00000073,
TLSCloseNotify = 0x00000080,
TLSUnexpectedMessage = 0x00000081,
TLSBadRecordMac = 0x00000082,
TLSDecryptFailed = 0x00000083,
TLSRecordOverflow = 0x00000084,
TLSDecompressionFailure = 0x00000085,
TLSHandshakeFailure = 0x00000086,
TLSBadCertificate = 0x00000087,
TLSUnsupportedCertificate = 0x00000088,
TLSCertificateRevoked = 0x00000089,
TLSCertificateExpired = 0x0000008A,
TLSCertificateUnknown = 0x0000008B,
TLSIllegalParameter = 0x0000008C,
TLSUnknownCa = 0x0000008D,
TLSAccessDenied = 0x0000008E,
TLSDecodeError = 0x0000008F,
TLSDecryptError = 0x00000090,
TLSExportRestriction = 0x00000091,
TLSProtocolVersion = 0x00000092,
TLSInsufficientSecurity = 0x00000093,
TLSInternalError1 = 0x00000094,
TLSUserCanceled = 0x00000095,
TLSNoRenegotiation = 0x00000096,
TLSNoKeepalive = 0x00000097,
TLSClosedControlled = 0x00000098,
TLSUnableToGetIssuerCert = 0x000000A0,
TLSUnableToGetCrl = 0x000000A1,
TLSUnableToDecryptCertSignature = 0x000000A2,
TLSUnableToDecryptCrlSignature = 0x000000A3,
TLSUnableToDecodeIssuerPublicKey = 0x000000A4,
TLSCertSignatureFailure = 0x000000A5,
TLSCrlSignatureFailure = 0x000000A6,
TLSCertNotYetValid = 0x000000A7,
TLSCertHasExpired = 0x000000A8,
TLSCrlNotYetValid = 0x000000A9,
TLSCrlHasExpired = 0x000000AA,
TLSErrorInCertNotBeforeField = 0x000000AB,
TLSErrorInCertNotAfterField = 0x000000AC,
TLSErrorInCrlLastUpdateField = 0x000000AD,
TLSErrorInCrlNextUpdateField = 0x000000AE,
TLSOutOfMem = 0x000000AF,
TLSDepthZeroSelfSignedCert = 0x000000B0,
TLSSelfSignedCertInChain = 0x000000B1,
TLSUnableToGetIssuerCertLocally = 0x000000B2,
TLSUnableToVerifyLeafSignature = 0x000000B3,
TLSCertChainTooLong = 0x000000B4,
TLSCertRevoked = 0x000000B5,
TLSInvalidCa = 0x000000B6,
TLSPathLengthExceeded = 0x000000B7,
TLSInvalidPurpose = 0x000000B8,
TLSCertUntrusted = 0x000000B9,
TLSCertRejected = 0x000000BA,
TLSSubjectIssuerMismatch = 0x000000BB,
TLSAkidSkidMismatch = 0x000000BC,
TLSAkidIssuerSerialMismatch = 0x000000BD,
TLSKeyusageNoCertsign = 0x000000BE,
TLSApplicationVerification = 0x000000BF,
TLSInvalidCtx = 0x000000C0,
TLSInvalidCtxVerifyDepth = 0x000000C1,
TLSInvalidCtxVerifyMode = 0x000000C2,
TLSInvalidCtxCafile = 0x000000C3,
DICOMDIRFolder = 0x000000C8,
File = 0x000000C9,
FileId = 0x000000CA,
J2KLocked = 0x000000CB,
LutDescriptorMissing = 0x000000CC,
ModalityLutMissing = 0x000000CD,
BadPixelRepresentation = 0x000000CE,
PaletteColorLutDataMissing = 0x000000CF,
FeatureNotSupported = 0x000000D0,
VoiLutMissing = 0x000000D1,
OverlayAttributesMissing = 0x000000D2,
OverlayActivationLayerMissing = 0x000000D3,
OverlayDataMissing = 0x000000D4,
InvalidStructSize = 0x000000D5,
NULLPointer = 0x000000D6,
ImageProcessingAssemblyMissing = 0x000000D7,
CryptoLibraryLoadFailed = 0x000000D8,
InvalidMacTransferSyntax = 0x000000D9,
PrivateKeyLoadFailed = 0x000000DA,
CertificateLoadFailed = 0x000000DB,
CertificateReadFailed = 0x000000DC,
KeysMismatch = 0x000000DD,
InvalidMacAlgorithm = 0x000000DE,
InvalidEncryptionAlgorithm = 0x000000DF,
MacIDNumberAllocateFailed = 0x000000E0,
CryptoLibFailure = 0x000000E1,
MacParameterMissing = 0x000000E2,
MacIDNumberMissing = 0x000000E3,
UnknownMacAlgorithm = 0x000000E4,
SignatureMissing = 0x000000E5,
InvalidSignature = 0x000000E6,
CmpCodecMissing = 0x000000E7,
J2KCodecMissing = 0x000000E8,
CantReplaceExistingCharacterSet = 0x000000E9,
PrivateCreatorGroupInvalid = 0x000000EB,
PrivateCreatorDataElementAlreadyExist = 0x000000EC,
PrivateCreatorDataElementAlreadyExists = 0x000000EC,
PrivateCreatorDataElementMissing = 0x000000ED,
PrivateCreatorElementsAllAllocated = 0x000000EE,
PrivateCreatorElementInvalid = 0x000000EF,
EncapsulatedDocumentMissing = 0x000000F0,
InvalidElementLength = 0x000000F1,
EncapsulatedDocumentFailure = 0x000000F2,
EncapsulatedDocumentInvalidType = 0x000000F3,
PrintSCUClassNotSupported = 0x0000012D,
PrintSCUTimeout = 0x0000012E,
PrintSCUAssociateRQRejected = 0x0000012F,
PrintSCUFailureStatus = 0x00000130,
SopInstanceUidAlreadyExists = 0x00000131,
IncompatibleListOfImages = 0x00000132,
Ipv4Ipv6Conflict = 0x00000133,
JlsFilterMissing = 0x00000134,
XmlInvalidFormat = 0x00000190,
XmlModuleListMissing = 0x00000191,
XmlInvalidIodList = 0x00000192,
XmlInvalidIodModuleItem = 0x00000193,
XmlModuleNotFound = 0x00000194,
XmlInvalidModuleElement = 0x00000195,
XmlInvalidModuleList = 0x00000196,
XmlInvalidModulelistModuleAttribute = 0x00000197,
XmlInvalidIodListModuleAttribute = 0x00000198,
XmlInvalidIodListIodAttribute = 0x00000199,
XmlInvalidElementList = 0x0000019A,
XmlInvalidElementListItemAttribute = 0x0000019B,
XmlInvalidUidListItemAttribute = 0x0000019C,
XmlInvalidConceptGroupList = 0x0000019D,
XmlInvalidContextGroupAttribute = 0x0000019E,
XmlInvalidCodedConceptAttribute = 0x0000019F,
ElementAlreadyExists = 0x000001A0,
TransferSyntaxNotSupported = 0x000001A1,
Canceled = 0x000001A2,
ClassNotFound = 0x000001A3,
JP2CodecMissing = 0x000001A4,
};
public enum class DicomExceptionCode
Members
Value | Member | Description |
---|---|---|
0 | Success | Success. |
1 | SupportLocked | Dicom support is locked. You must unlock the Medical Support. |
2 | NoMemory | Insufficient memory. |
3 | Open | Error opening the file. |
4 | Read | Error reading the file. |
5 | Write | Error writing to a file. |
6 | Seek | Error during search. |
7 | End | Error - end of file. |
8 | Format | Improper file format. |
9 | Parameter | Incorrect parameter. |
10 | Image | Improper image. |
11 | Compression | Improper compression. |
12 | PhotometricInterpretation | Improper photometric type. |
13 | Conversion | Error converting the file. |
14 | Range | Out of range. |
15 | BitsPerPixel | Improper bits per pixel. |
16 | QualityFactor | Improper quality factor. |
17 | BadPDUType | Improper PDU type. |
18 | BadPDULength | Improper PDU length. |
19 | BadPDUID | Improper PDU ID. |
29 | NetFailure | Network failure. |
30 | NetAccess | The address is a broadcast address |
31 | NetAddressInUse | The address is already in use |
32 | NetAddressNotAvailable | The address is not available from the local computer |
33 | NetAddressNotSupported | The address family is not supported |
34 | NetConnectionAborted | The virtual circuit was aborted |
35 | NetConnectionRefused | The attempt to connect was forcefully rejected |
36 | NetConnectionReset | The virtual circuit was reset by the remote side |
37 | NetDestinationRequired | A destination address is required |
38 | NetArgumentIncorrect | The namelen argument is incorrect |
39 | NetBlockingOperationInProgress | A blocking operation is in progress |
40 | NetBlockingCanceled | The blocking call was canceled |
41 | NetInvalidSocket | The socket has not been bound with bind |
42 | NetSocketAlreadyConnected | The socket is already connected |
43 | NetNoMoreFile | No more file descriptors are available |
44 | NetMessageSize | The datagram is larger than the maximum supported |
45 | NetDown | The network subsystem has failed |
46 | NetReset | The connection must be reset |
47 | NetUnReach | The network can't be reached from this host at this time |
48 | NetNoBuffers | No buffer space is available |
49 | NetNotConnected | The socket is not connected |
50 | NetNotSocket | The descriptor is not a socket |
51 | NetOperationNotSupported | The type does not support connection-oriented service |
52 | NetProtocolNotSupported | The specified protocol is not supported |
53 | NetProtocolType | The specified protocol is the wrong type |
54 | NetShutdown | The socket has been shut down |
55 | NetSocketNotSupported | The type is not supported in this address family |
56 | NetTimeout | Attempt to connect timed out without establishing a connection |
57 | NetWouldBlock | The socket is marked as nonblocking and the requested operation would block |
58 | NetHostNotFound | Authoritative Answer Host not found |
59 | NetNoData | Valid name = DicomExceptionCodeHelper., no data record of requested type |
60 | NetNoRecovery | Nonrecoverable errors |
61 | NetNotInitialised | The system was not initialized |
62 | NetSystemNotReady | Not ready for network communication |
63 | NetTryAgain | Non-Authoritative Host not found, or server failed |
64 | NetVersionNotSupported | The version requested is not provided by this implementation |
65 | NetSecurityBreach | There is a cryptographic error. |
66 | TLSInternalError | TLS internal error |
67 | SecurityLocked | DICOM Security Features are locked |
68 | TLSLibraryNotLoaded | TLS and/or CRY DLL not loaded |
69 | BadSecurityMode | ISCL operation attempted on TLS object |
70 | AnnotationFailure | Annotation error |
71 | AnnotationSupport | Annotation support is locked |
72 | AnnotationAssemblyMissing | Annotation dll is missing |
73 | TagAlreadyExists | LEAD private creator element already exists |
74 | AnnotationFileDoesntExist | Requested annotation file or page does not exist |
100 | ElementLengthOdd | Element Length Odd |
100 | ISCLBadOption | Bad option |
101 | ISCLBadLength | Bad length |
102 | ISCLLocalIccard | Error in the local IC card |
103 | ISCLRemoteIccard | Error in the remote IC card |
104 | ISCLBadMsgid | Bad message ID |
105 | ISCLBadVersion | Bad version number |
106 | ISCLBadMutualAuthMethod | Bad mutual authentication mode |
107 | ISCLBadCommblockLength | Bad communication block length |
108 | ISCLReceivedNak | Received a 'Not Acknowledged' message |
109 | ISCLMsgTransmission | Error in the message transmission |
110 | ISCLPeerSmallLength | Peer small length |
111 | ISCLLocalSmallLength | Local small length |
112 | ISCLDecrypt | Decryption error |
113 | ISCLBadMac | Bad message authentication code |
114 | ISCLRndNoForSessionKeyExpected | Round number for session key expected. |
115 | ISCLPeerRefuseClose | Peer refused close request. |
128 | TLSCloseNotify | Error in close notification |
129 | TLSUnexpectedMessage | Unexpected message |
130 | TLSBadRecordMac | Bad record message authentication code |
131 | TLSDecryptFailed | Decryption failed |
132 | TLSRecordOverflow | Record overflow |
133 | TLSDecompressionFailure | Decompression failed |
134 | TLSHandshakeFailure | Handshake failed |
135 | TLSBadCertificate | Bad certificate |
136 | TLSUnsupportedCertificate | Unsupported certificate |
137 | TLSCertificateRevoked | Certificate revoked |
138 | TLSCertificateExpired | Certificate Expired |
139 | TLSCertificateUnknown | Certificate unknown |
140 | TLSIllegalParameter | Illegal parameter |
141 | TLSUnknownCa | Unknown certificate authenticator |
142 | TLSAccessDenied | Access denied |
143 | TLSDecodeError | Error decoding |
144 | TLSDecryptError | Decryption error |
145 | TLSExportRestriction | Export restriction |
146 | TLSProtocolVersion | Wrong protocol version |
147 | TLSInsufficientSecurity | Insufficient security |
148 | TLSInternalError1 | Internal error Call LEAD |
149 | TLSUserCanceled | User cancelled |
150 | TLSNoRenegotiation | No renegotiation |
151 | TLSNoKeepalive | "Windows Sockets provider" does not support the use of keep-alives. |
152 | TLSClosedControlled | An error occurred and the connection was closed gracefully. |
160 | TLSUnableToGetIssuerCert | "Unable to get issuer certificate" |
161 | TLSUnableToGetCrl | "Unable to get CRL" |
162 | TLSUnableToDecryptCertSignature | "Unable to decrypt certificate signature" |
163 | TLSUnableToDecryptCrlSignature | "unable to decrypt CRL signature" |
164 | TLSUnableToDecodeIssuerPublicKey | "unable to decode issuer public key" |
165 | TLSCertSignatureFailure | "Certificate signature failure" |
166 | TLSCrlSignatureFailure | "Error TLS CRL Signature Failure" |
167 | TLSCertNotYetValid | "Error TLS Certificate Not Yet Valid" |
168 | TLSCertHasExpired | "Error TLS Certificate Has Expired" |
169 | TLSCrlNotYetValid | "Error TLS CRL Not Yet Valid" |
170 | TLSCrlHasExpired | "Error TLS CRL Has Expired" |
171 | TLSErrorInCertNotBeforeField | "Error TLS Error In Certificate Not Before Field" |
172 | TLSErrorInCertNotAfterField | "Error TLS Error In Certificate Not After Field" |
173 | TLSErrorInCrlLastUpdateField | "Error TLS Error In CRL Last Update Field" |
174 | TLSErrorInCrlNextUpdateField | "Error TLS Error In CRL Next Update Field" |
175 | TLSOutOfMem | "Error TLS Out Of Memory" |
176 | TLSDepthZeroSelfSignedCert | "Error TLS Depth Zero Self Signed Certificate" |
177 | TLSSelfSignedCertInChain | "Error TLS Self Signed Certificate In Chain" |
178 | TLSUnableToGetIssuerCertLocally | "Error TLS Unable To Get Issuer Certificate Locally". |
179 | TLSUnableToVerifyLeafSignature | "Error TLS Unable To Verify Leaf Signature". |
180 | TLSCertChainTooLong | "Error TLS Certificate Chain Too Long". |
181 | TLSCertRevoked | "Error TLS Certificate Revoked". |
182 | TLSInvalidCa | "Error TLS Invalid CA". |
183 | TLSPathLengthExceeded | "Error TLS Path Length Exceeded". |
184 | TLSInvalidPurpose | "Error TLS Invalid Purpose". |
185 | TLSCertUntrusted | "Error TLS Certificate Untrusted". |
186 | TLSCertRejected | "Error TLS Certificate Rejected". |
187 | TLSSubjectIssuerMismatch | "Error TLS Subject Issuer Mismatch". |
188 | TLSAkidSkidMismatch | "Error TLS AKID SKID Mismatch". |
189 | TLSAkidIssuerSerialMismatch | "Error TLS AKID Issuer Serial Mismatch". |
190 | TLSKeyusageNoCertsign | "Error TLS Keyusage No Certsign". |
191 | TLSApplicationVerification | "Error TLS Application Verification". |
192 | TLSInvalidCtx | "Error TLS Invalid SSL Context". |
193 | TLSInvalidCtxVerifyDepth | "Error TLS Invalid SSL Context Verify Depth". |
194 | TLSInvalidCtxVerifyMode | "Error TLS Invalid SSL Context Verify Mode". |
195 | TLSInvalidCtxCafile | "Error TLS Invalid SSL Context CA File". |
200 | DICOMDIRFolder | The destination folder of the DICOMDIR File is not specified = DicomExceptionCodeHelper., or the specified folder doesn't exist. |
201 | File | The file doesn't reside in the destination folder of the DICOMDIR File or in a subfolder of it = DicomExceptionCodeHelper., or the file doesn't exist. |
202 | FileId | The File ID of the specified file is invalid. Refer to the RejectInvalidFileID property for more information. |
203 | J2KLocked | J2K support is locked. |
204 | LutDescriptorMissing | LUT descriptor is missing. |
205 | ModalityLutMissing | Modality LUT is missing. |
206 | BadPixelRepresentation | Bad pixel representation. |
207 | PaletteColorLutDataMissing | Palette color LUT is missing. |
208 | FeatureNotSupported | Feature not supported. |
209 | VoiLutMissing | VOI LUT is missing. |
210 | OverlayAttributesMissing | Overlay attributes are missing. |
211 | OverlayActivationLayerMissing | Overlay activation layer element is missing. |
212 | OverlayDataMissing | Overlay data element is missing. |
213 | InvalidStructSize | Invalid structure size. |
214 | NULLPointer | NULL pointer. |
215 | ImageProcessingAssemblyMissing | LTIMG DLL is missing. |
216 | CryptoLibraryLoadFailed | Failed to load the underlying cryptographic library. |
217 | InvalidMacTransferSyntax | Unable to change to the MAC Calculation Transfer Syntax. |
218 | PrivateKeyLoadFailed | Failed to load the private key from the specified file. |
219 | CertificateLoadFailed | Failed to load the digital certificate from the specified file. |
220 | CertificateReadFailed | Failed to read the digital certificate from the Data Set. |
221 | KeysMismatch | The specified private key doesn't match the public key in the specified digital certificate. |
222 | InvalidMacAlgorithm | The specified Digital Signature Security Profile doesn't allow the use of the specified MAC Algorithm. |
223 | InvalidEncryptionAlgorithm | The specified Digital Signature Security Profile doesn't allow the use of the encryption algorithm implied by the specified keys. |
224 | MacIDNumberAllocateFailed | All possible values for the MAC ID Number are already used in the associated MAC Parameters Sequence. |
225 | CryptoLibFailure | The underlying cryptographic library failed. |
226 | MacParameterMissing | Failed to verify the Digital Signature because one or more of the MAC Parameters are missing. |
227 | MacIDNumberMissing | Failed to verify the Digital Signature because no MAC Parameters Sequence Item is referenced. |
228 | UnknownMacAlgorithm | Failed to verify the Digital Signature because the specified MAC Algorithm is unknown. |
229 | SignatureMissing | Failed to verify the Digital Signature because the Signature is missing. |
230 | InvalidSignature | The Digital Signature is invalid or at least one of the Digital Signatures in the Data Set is invalid. |
231 | CmpCodecMissing | Leadtools.Codecs.Cmp.dll is missing. |
232 | J2KCodecMissing | Leadtools.Codecs.J2k.dll is missing. |
233 | CantReplaceExistingCharacterSet | Can't replace Existing Character Set. |
235 | PrivateCreatorGroupInvalid | The private creator group number is invalid. |
236 | PrivateCreatorDataElementAlreadyExist | The private creator data element already exists. |
236 | PrivateCreatorDataElementAlreadyExists | The private creator data element already exists. |
237 | PrivateCreatorDataElementMissing | The private creator data element is missing. |
238 | PrivateCreatorElementsAllAllocated | All private creator elements have been allocated for this group. |
239 | PrivateCreatorElementInvalid | The private creator data element is invalid. |
240 | EncapsulatedDocumentMissing | The encapsulated document is missing. |
241 | InvalidElementLength | The element length is invalid. |
242 | EncapsulatedDocumentFailure | Failed to extract the encapsulated document. |
243 | EncapsulatedDocumentInvalidType | The type must be PDF or CDA. |
301 | PrintSCUClassNotSupported | The required SOP/Meta SOP Class is not supported on the Association (refer to the method itself) |
302 | PrintSCUTimeout | Timed out (refer to the Timeout property) |
303 | PrintSCUAssociateRQRejected | The Association request was rejected by the Print SCP (refer to the Associate method) |
304 | PrintSCUFailureStatus | The response of the Print SCP specifies a Failure status code (the operation was not performed). |
305 | SopInstanceUidAlreadyExists | SOP Instance UID already exists. |
306 | IncompatibleListOfImages | The list of images in the dataset must all have the same width, height, and bits per pixel. |
307 | Ipv4Ipv6Conflict | Both IPv4 and IPv6 addresses have been passed to the same method |
308 | JlsFilterMissing | The Leadtools.Codecs.Jls.dll is missing |
400 | XmlInvalidFormat | The LeadDicomTables XML file contains invalid XML |
401 | XmlModuleListMissing | The LeadDicomTables XML file missing the moduleList section |
402 | XmlInvalidIodList | The LeadDicomTables XML iodList section is invalid |
403 | XmlInvalidIodModuleItem | The LeadDicomTables XML file IOD entry contains an invalid module |
404 | XmlModuleNotFound | The LeadDicomTables XML file IOD entry references a module that is not defined in the moduleList |
405 | XmlInvalidModuleElement | The LeadDicomTables XML file moduleList contains an invalid element |
406 | XmlInvalidModuleList | The LeadDicomTables XML moduleList section is invalid |
407 | XmlInvalidModulelistModuleAttribute | The LeadDicomTables XML moduleList <Module> contains an invalid attribute |
408 | XmlInvalidIodListModuleAttribute | The LeadDicomTables XML iodList contains an invalid module |
409 | XmlInvalidIodListIodAttribute | The LeadDicomTables XML iodList contains an invalid attribute |
410 | XmlInvalidElementList | The LeadDicomTables XML elementList is invalid |
411 | XmlInvalidElementListItemAttribute | The LeadDicomTables XML elementList contains an invalid attribute |
412 | XmlInvalidUidListItemAttribute | The LeadDicomTables XML uidList contains an invalid attribute |
413 | XmlInvalidConceptGroupList | The LeadDicomTables XML contextgroup section is invalid |
414 | XmlInvalidContextGroupAttribute | The LeadDicomTables XML contextgroup section contains an invalid group attribute |
415 | XmlInvalidCodedConceptAttribute | The LeadDicomTables XML contextgroup section contains an invalid coded concept attribute |
416 | ElementAlreadyExists | The DICOM Element already exists |
417 | TransferSyntaxNotSupported | DICOM Transfer Syntax is not supported |
418 | Canceled | Operation was canceled |
419 | ClassNotFound | DICOM class not found |
420 | JP2CodecMissing | The Leadtools.Jpeg2000.dll is missing |
421 | TooManyOpenFiles | Too many open files |
422 | DiskFull | The disk is full |
423 | NetHostUnreachable | The net host is unreachable |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET