Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.26
|
Leadtools.Medical.Storage.DataAccessLayer Namespace > StorageDbDataAccessAgent Class > StoreDicom Method : StoreDicom(DicomDataSet,String,String,ReferencedImages[],Boolean,Boolean,Boolean,Boolean) Method |
public virtual void StoreDicom( DicomDataSet dataSet, string referencedFileName, string retrieveAe, ReferencedImages[] images, bool updateExistentPatient, bool updateExistentStudy, bool updateExistentSeries, bool updateExistentInstances )
'Declaration Public Overloads Overridable Sub StoreDicom( _ ByVal dataSet As DicomDataSet, _ ByVal referencedFileName As String, _ ByVal retrieveAe As String, _ ByVal images() As ReferencedImages, _ ByVal updateExistentPatient As Boolean, _ ByVal updateExistentStudy As Boolean, _ ByVal updateExistentSeries As Boolean, _ ByVal updateExistentInstances As Boolean _ )
'Usage Dim instance As StorageDbDataAccessAgent Dim dataSet As DicomDataSet Dim referencedFileName As String Dim retrieveAe 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, retrieveAe, images, updateExistentPatient, updateExistentStudy, updateExistentSeries, updateExistentInstances)
public: virtual void StoreDicom( DicomDataSet^ dataSet, String^ referencedFileName, String^ retrieveAe, array<ReferencedImages^>^ images, bool updateExistentPatient, bool updateExistentStudy, bool updateExistentSeries, bool updateExistentInstances )