←Select platform

DicomExceptionCode Enumeration

Summary

Represents the possible return values for LEADTOOLS DICOM methods.

Syntax

C#
VB
Java
WinRT C#
C++
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

ValueMemberDescription
0Success Success.
1SupportLocked Dicom support is locked. You must unlock the Medical Support.
2NoMemory Insufficient memory.
3Open Error opening the file.
4Read Error reading the file.
5Write Error writing to a file.
6Seek Error during search.
7End Error - end of file.
8Format Improper file format.
9Parameter Incorrect parameter.
10Image Improper image.
11Compression Improper compression.
12PhotometricInterpretation Improper photometric type.
13Conversion Error converting the file.
14Range Out of range.
15BitsPerPixel Improper bits per pixel.
16QualityFactor Improper quality factor.
17BadPDUType Improper PDU type.
18BadPDULength Improper PDU length.
19BadPDUID Improper PDU ID.
29NetFailure Network failure.
30NetAccess The address is a broadcast address
31NetAddressInUse The address is already in use
32NetAddressNotAvailable The address is not available from the local computer
33NetAddressNotSupported The address family is not supported
34NetConnectionAborted The virtual circuit was aborted
35NetConnectionRefused The attempt to connect was forcefully rejected
36NetConnectionReset The virtual circuit was reset by the remote side
37NetDestinationRequired A destination address is required
38NetArgumentIncorrect The namelen argument is incorrect
39NetBlockingOperationInProgress A blocking operation is in progress
40NetBlockingCanceled The blocking call was canceled
41NetInvalidSocket The socket has not been bound with bind
42NetSocketAlreadyConnected The socket is already connected
43NetNoMoreFile No more file descriptors are available
44NetMessageSize The datagram is larger than the maximum supported
45NetDown The network subsystem has failed
46NetReset The connection must be reset
47NetUnReach The network can't be reached from this host at this time
48NetNoBuffers No buffer space is available
49NetNotConnected The socket is not connected
50NetNotSocket The descriptor is not a socket
51NetOperationNotSupported The type does not support connection-oriented service
52NetProtocolNotSupported The specified protocol is not supported
53NetProtocolType The specified protocol is the wrong type
54NetShutdown The socket has been shut down
55NetSocketNotSupported The type is not supported in this address family
56NetTimeout Attempt to connect timed out without establishing a connection
57NetWouldBlock The socket is marked as nonblocking and the requested operation would block
58NetHostNotFound Authoritative Answer Host not found
59NetNoData Valid name = DicomExceptionCodeHelper., no data record of requested type
60NetNoRecovery Nonrecoverable errors
61NetNotInitialised The system was not initialized
62NetSystemNotReady Not ready for network communication
63NetTryAgain Non-Authoritative Host not found, or server failed
64NetVersionNotSupported The version requested is not provided by this implementation
65NetSecurityBreach There is a cryptographic error.
66TLSInternalError TLS internal error
67SecurityLocked DICOM Security Features are locked
68TLSLibraryNotLoaded TLS and/or CRY DLL not loaded
69BadSecurityMode ISCL operation attempted on TLS object
70AnnotationFailure Annotation error
71AnnotationSupport Annotation support is locked
72AnnotationAssemblyMissing Annotation dll is missing
73TagAlreadyExists LEAD private creator element already exists
74AnnotationFileDoesntExist Requested annotation file or page does not exist
100ElementLengthOdd Element Length Odd
100ISCLBadOption Bad option
101ISCLBadLength Bad length
102ISCLLocalIccard Error in the local IC card
103ISCLRemoteIccard Error in the remote IC card
104ISCLBadMsgid Bad message ID
105ISCLBadVersion Bad version number
106ISCLBadMutualAuthMethod Bad mutual authentication mode
107ISCLBadCommblockLength Bad communication block length
108ISCLReceivedNak Received a 'Not Acknowledged' message
109ISCLMsgTransmission Error in the message transmission
110ISCLPeerSmallLength Peer small length
111ISCLLocalSmallLength Local small length
112ISCLDecrypt Decryption error
113ISCLBadMac Bad message authentication code
114ISCLRndNoForSessionKeyExpected Round number for session key expected.
115ISCLPeerRefuseClose Peer refused close request.
128TLSCloseNotify Error in close notification
129TLSUnexpectedMessage Unexpected message
130TLSBadRecordMac Bad record message authentication code
131TLSDecryptFailed Decryption failed
132TLSRecordOverflow Record overflow
133TLSDecompressionFailure Decompression failed
134TLSHandshakeFailure Handshake failed
135TLSBadCertificate Bad certificate
136TLSUnsupportedCertificate Unsupported certificate
137TLSCertificateRevoked Certificate revoked
138TLSCertificateExpired Certificate Expired
139TLSCertificateUnknown Certificate unknown
140TLSIllegalParameter Illegal parameter
141TLSUnknownCa Unknown certificate authenticator
142TLSAccessDenied Access denied
143TLSDecodeError Error decoding
144TLSDecryptError Decryption error
145TLSExportRestriction Export restriction
146TLSProtocolVersion Wrong protocol version
147TLSInsufficientSecurity Insufficient security
148TLSInternalError1 Internal error Call LEAD
149TLSUserCanceled User cancelled
150TLSNoRenegotiation No renegotiation
151TLSNoKeepalive "Windows Sockets provider" does not support the use of keep-alives.
152TLSClosedControlled An error occurred and the connection was closed gracefully.
160TLSUnableToGetIssuerCert "Unable to get issuer certificate"
161TLSUnableToGetCrl "Unable to get CRL"
162TLSUnableToDecryptCertSignature "Unable to decrypt certificate signature"
163TLSUnableToDecryptCrlSignature "unable to decrypt CRL signature"
164TLSUnableToDecodeIssuerPublicKey "unable to decode issuer public key"
165TLSCertSignatureFailure "Certificate signature failure"
166TLSCrlSignatureFailure "Error TLS CRL Signature Failure"
167TLSCertNotYetValid "Error TLS Certificate Not Yet Valid"
168TLSCertHasExpired "Error TLS Certificate Has Expired"
169TLSCrlNotYetValid "Error TLS CRL Not Yet Valid"
170TLSCrlHasExpired "Error TLS CRL Has Expired"
171TLSErrorInCertNotBeforeField "Error TLS Error In Certificate Not Before Field"
172TLSErrorInCertNotAfterField "Error TLS Error In Certificate Not After Field"
173TLSErrorInCrlLastUpdateField "Error TLS Error In CRL Last Update Field"
174TLSErrorInCrlNextUpdateField "Error TLS Error In CRL Next Update Field"
175TLSOutOfMem "Error TLS Out Of Memory"
176TLSDepthZeroSelfSignedCert "Error TLS Depth Zero Self Signed Certificate"
177TLSSelfSignedCertInChain "Error TLS Self Signed Certificate In Chain"
178TLSUnableToGetIssuerCertLocally "Error TLS Unable To Get Issuer Certificate Locally".
179TLSUnableToVerifyLeafSignature "Error TLS Unable To Verify Leaf Signature".
180TLSCertChainTooLong "Error TLS Certificate Chain Too Long".
181TLSCertRevoked "Error TLS Certificate Revoked".
182TLSInvalidCa "Error TLS Invalid CA".
183TLSPathLengthExceeded "Error TLS Path Length Exceeded".
184TLSInvalidPurpose "Error TLS Invalid Purpose".
185TLSCertUntrusted "Error TLS Certificate Untrusted".
186TLSCertRejected "Error TLS Certificate Rejected".
187TLSSubjectIssuerMismatch "Error TLS Subject Issuer Mismatch".
188TLSAkidSkidMismatch "Error TLS AKID SKID Mismatch".
189TLSAkidIssuerSerialMismatch "Error TLS AKID Issuer Serial Mismatch".
190TLSKeyusageNoCertsign "Error TLS Keyusage No Certsign".
191TLSApplicationVerification "Error TLS Application Verification".
192TLSInvalidCtx "Error TLS Invalid SSL Context".
193TLSInvalidCtxVerifyDepth "Error TLS Invalid SSL Context Verify Depth".
194TLSInvalidCtxVerifyMode "Error TLS Invalid SSL Context Verify Mode".
195TLSInvalidCtxCafile "Error TLS Invalid SSL Context CA File".
200DICOMDIRFolder The destination folder of the DICOMDIR File is not specified = DicomExceptionCodeHelper., or the specified folder doesn't exist.
201File 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.
202FileId The File ID of the specified file is invalid. Refer to the RejectInvalidFileID property for more information.
203J2KLocked J2K support is locked.
204LutDescriptorMissing LUT descriptor is missing.
205ModalityLutMissing Modality LUT is missing.
206BadPixelRepresentation Bad pixel representation.
207PaletteColorLutDataMissing Palette color LUT is missing.
208FeatureNotSupported Feature not supported.
209VoiLutMissing VOI LUT is missing.
210OverlayAttributesMissing Overlay attributes are missing.
211OverlayActivationLayerMissing Overlay activation layer element is missing.
212OverlayDataMissing Overlay data element is missing.
213InvalidStructSize Invalid structure size.
214NULLPointer NULL pointer.
215ImageProcessingAssemblyMissing LTIMG DLL is missing.
216CryptoLibraryLoadFailed Failed to load the underlying cryptographic library.
217InvalidMacTransferSyntax Unable to change to the MAC Calculation Transfer Syntax.
218PrivateKeyLoadFailed Failed to load the private key from the specified file.
219CertificateLoadFailed Failed to load the digital certificate from the specified file.
220CertificateReadFailed Failed to read the digital certificate from the Data Set.
221KeysMismatch The specified private key doesn't match the public key in the specified digital certificate.
222InvalidMacAlgorithm The specified Digital Signature Security Profile doesn't allow the use of the specified MAC Algorithm.
223InvalidEncryptionAlgorithm The specified Digital Signature Security Profile doesn't allow the use of the encryption algorithm implied by the specified keys.
224MacIDNumberAllocateFailed All possible values for the MAC ID Number are already used in the associated MAC Parameters Sequence.
225CryptoLibFailure The underlying cryptographic library failed.
226MacParameterMissing Failed to verify the Digital Signature because one or more of the MAC Parameters are missing.
227MacIDNumberMissing Failed to verify the Digital Signature because no MAC Parameters Sequence Item is referenced.
228UnknownMacAlgorithm Failed to verify the Digital Signature because the specified MAC Algorithm is unknown.
229SignatureMissing Failed to verify the Digital Signature because the Signature is missing.
230InvalidSignature The Digital Signature is invalid or at least one of the Digital Signatures in the Data Set is invalid.
231CmpCodecMissing Leadtools.Codecs.Cmp.dll is missing.
232J2KCodecMissing Leadtools.Codecs.J2k.dll is missing.
233CantReplaceExistingCharacterSet Can't replace Existing Character Set.
235PrivateCreatorGroupInvalid The private creator group number is invalid.
236PrivateCreatorDataElementAlreadyExist The private creator data element already exists.
236PrivateCreatorDataElementAlreadyExists The private creator data element already exists.
237PrivateCreatorDataElementMissing The private creator data element is missing.
238PrivateCreatorElementsAllAllocated All private creator elements have been allocated for this group.
239PrivateCreatorElementInvalid The private creator data element is invalid.
240EncapsulatedDocumentMissing The encapsulated document is missing.
241InvalidElementLength The element length is invalid.
242EncapsulatedDocumentFailure Failed to extract the encapsulated document.
243EncapsulatedDocumentInvalidType The type must be PDF or CDA.
301PrintSCUClassNotSupported The required SOP/Meta SOP Class is not supported on the Association (refer to the method itself)
302PrintSCUTimeout Timed out (refer to the Timeout property)
303PrintSCUAssociateRQRejected The Association request was rejected by the Print SCP (refer to the Associate method)
304PrintSCUFailureStatus The response of the Print SCP specifies a Failure status code (the operation was not performed).
305SopInstanceUidAlreadyExists SOP Instance UID already exists.
306IncompatibleListOfImages The list of images in the dataset must all have the same width, height, and bits per pixel.
307Ipv4Ipv6Conflict Both IPv4 and IPv6 addresses have been passed to the same method
308JlsFilterMissing The Leadtools.Codecs.Jls.dll is missing
400XmlInvalidFormat The LeadDicomTables XML file contains invalid XML
401XmlModuleListMissing The LeadDicomTables XML file missing the moduleList section
402XmlInvalidIodList The LeadDicomTables XML iodList section is invalid
403XmlInvalidIodModuleItem The LeadDicomTables XML file IOD entry contains an invalid module
404XmlModuleNotFound The LeadDicomTables XML file IOD entry references a module that is not defined in the moduleList
405XmlInvalidModuleElement The LeadDicomTables XML file moduleList contains an invalid element
406XmlInvalidModuleList The LeadDicomTables XML moduleList section is invalid
407XmlInvalidModulelistModuleAttribute The LeadDicomTables XML moduleList <Module> contains an invalid attribute
408XmlInvalidIodListModuleAttribute The LeadDicomTables XML iodList contains an invalid module
409XmlInvalidIodListIodAttribute The LeadDicomTables XML iodList contains an invalid attribute
410XmlInvalidElementList The LeadDicomTables XML elementList is invalid
411XmlInvalidElementListItemAttribute The LeadDicomTables XML elementList contains an invalid attribute
412XmlInvalidUidListItemAttribute The LeadDicomTables XML uidList contains an invalid attribute
413XmlInvalidConceptGroupList The LeadDicomTables XML contextgroup section is invalid
414XmlInvalidContextGroupAttribute The LeadDicomTables XML contextgroup section contains an invalid group attribute
415XmlInvalidCodedConceptAttribute The LeadDicomTables XML contextgroup section contains an invalid coded concept attribute
416ElementAlreadyExists The DICOM Element already exists
417TransferSyntaxNotSupported DICOM Transfer Syntax is not supported
418Canceled Operation was canceled
419ClassNotFound DICOM class not found
420JP2CodecMissing The Leadtools.Jpeg2000.dll is missing
421TooManyOpenFiles Too many open files
422DiskFull The disk is full
423NetHostUnreachable The net host is unreachable
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly