LAUREL BRIDGE

DatabaseContainsStudy Method

DICOM Connectivity Framework V3.4
Determines if a study already exists in the database for the specified StudyRecord.

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

C#
public static bool ContainsStudy(
	SqlCeConnection conn,
	StudyRecord record
)

Parameters

conn
Type: SqlCeConnection
the connection to the database.
record
Type: LaurelBridge.DCFExamples.SampleVNAStudyRecord
contains the study information to search.

Return Value

Type: Boolean
true if the study already exists in the database; false otherwise.
See Also

Reference