LAUREL BRIDGE

DatabaseGetMatchingPatientRecords Method

DICOM Connectivity Framework V3.4
Gets all of the PatientRecords 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<PatientRecord> GetMatchingPatientRecords(
	SqlCeConnection conn,
	PatientRecord query
)

Parameters

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

Return Value

Type: IEnumerablePatientRecord
an IEnumerable list of PatientRecords
See Also

Reference