public virtual void StoreDicom(
DicomDataSet ,
string ,
string ,
string ,
string ,
string ,
ReferencedImages[] ,
bool ,
bool ,
bool ,
bool
)
'Declaration
Public Overloads Overridable Sub StoreDicom( _
ByVal As DicomDataSet, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal () As ReferencedImages, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
)
'Usage
Dim instance As StorageDbDataAccessAgent
Dim dataSet As DicomDataSet
Dim referencedFileName As String
Dim token As String
Dim externalStoreGuid As String
Dim retrieveAe As String
Dim storeAe As String
Dim images() As ReferencedImages
Dim updateExistentPatient As Boolean
Dim updateExistentStudy As Boolean
Dim updateExistentSeries As Boolean
Dim updateExistentInstances As Boolean
instance.StoreDicom(dataSet, referencedFileName, token, externalStoreGuid, retrieveAe, storeAe, images, updateExistentPatient, updateExistentStudy, updateExistentSeries, updateExistentInstances)
public:
virtual void StoreDicom(
DicomDataSet^ ,
String^ ,
String^ ,
String^ ,
String^ ,
String^ ,
array<ReferencedImages^>^ ,
bool ,
bool ,
bool ,
bool
)