LAUREL BRIDGE

DatabaseInsertStudy Method

DICOM Connectivity Framework V3.4
Inserts the specified StudyRecord into the database.

Namespace:  LaurelBridge.DCF.Examples.SampleVNA
Assembly:  SampleVNA (in SampleVNA.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

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

Parameters

conn
Type: SqlCeConnection
the connection to the database.
record
Type: LaurelBridge.DCF.Examples.SampleVNAStudyRecord
contains the study information to insert.

Return Value

Type: Boolean
true if the record was successfully inserted; false otherwise.
See Also

Reference