Retrieves a dictionary of all data element information objects for a specific version of the AAMVA CDS.
public static IDictionary<string, AAMVADataElementInfo> RetrieveAll(
AAMVAVersion version
)
Public Shared Function RetrieveAll(
ByVal version As AAMVAVersion
) As IDictionary(Of String, AAMVADataElementInfo)
public:
static IDictionary<String^, AAMVADataElementInfo^>^ RetrieveAll(
AAMVAVersion^ version
)
version
The AAMVAVersion used for AAMVADataElement definitions.
A dictionary of all data element information objects.
This method is useful for getting more information about data elements in a given AAMVAID.
The value of AAMVADataElement.ElementIDs property will be used as keys.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document