LAUREL BRIDGE

DatabaseGetMatchingImageRecords Method (SqlCeConnection, ImageRecord)

DICOM Connectivity Framework V3.4
Gets all of the ImageRecords in the database that match the information specified by the query object.

Namespace:  LaurelBridge.DCF.Examples.SampleVNA
Assembly:  SampleVNA (in SampleVNA.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public static IEnumerable<ImageRecord> GetMatchingImageRecords(
	SqlCeConnection conn,
	ImageRecord query
)

Parameters

conn
Type: SqlCeConnection
The connection to the database.
query
Type: LaurelBridge.DCF.Examples.SampleVNAImageRecord
Contains the information to search.

Return Value

Type: IEnumerableImageRecord
The matching ImageRecord objects, which might be zero.
See Also

Reference