LAUREL BRIDGE

DatabaseInsertSeries Method

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

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

C#
public static bool InsertSeries(
	SqlCeConnection conn,
	SeriesRecord record
)

Parameters

conn
Type: SqlCeConnection
the connection to the database.
record
Type: LaurelBridge.DCFExamples.SampleVNASeriesRecord
contains the series information to insert.

Return Value

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

Reference