LAUREL BRIDGE

DatabaseGetMatchingSeriesRecords Method

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

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

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

Parameters

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

Return Value

Type: IEnumerableSeriesRecord
an IEnumerable list of PatientRecords
See Also

Reference