LAUREL BRIDGE

SampleVNAStoreSCPCStoreRq Method

DICOM Connectivity Framework V3.4
Writes the incoming dataset to disk and inserts relevant information into patient/study/series/image tables in a database.

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

C#
public override CStoreResponse CStoreRq(
	CStoreRequest request
)

Parameters

request
Type: CStoreRequest
the inbound DimseMessage

Return Value

Type: CStoreResponse
a DimseMessage response
See Also

Reference