LAUREL BRIDGE

DatabaseGetMatchingImageRecords Method (SqlCeConnection, PatientRecord)

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

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,
	PatientRecord query
)

Parameters

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

Return Value

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

The patient_id value must be present in the PatientRecord.
See Also

Reference