LAUREL BRIDGE

DatabaseGetMatchingImageRecords Method (SqlCeConnection, SeriesRecord)

DICOM Connectivity Framework V3.4
Gets the matching ImageRecord objects for the specified SeriesRecord.

Namespace:  LaurelBridge.DCFExamples.SampleVNA
Assembly:  SampleVNA (in SampleVNA.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

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

Parameters

conn
Type: SqlCeConnection
The connection to the database.
query
Type: LaurelBridge.DCFExamples.SampleVNASeriesRecord
Contains the information to search.

Return Value

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

The series_instance_uid value must be present in the SeriesRecord.
See Also

Reference