Load Method
Summary
Executes the specified query to load data related to a DICOM instance.
Syntax
Public Function Load(
ByVal query As ViewImageQuery
) As ViewImageQueryResult
public:
ViewImageQueryResult^ Load(
ViewImageQuery^ query
)
Parameters
query
The query to be performed.
Return Value
The results returned from the query.