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.DCF.Examples.SampleVNA
Assembly:  SampleVNA (in SampleVNA.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
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