LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
FillStudiesData Method
See Also 
Leadtools.Medical.Storage.DataAccessLayer Namespace > DicomDataSetConverter Class : FillStudiesData Method



dicomDataSet
The Leadtools.Dicom.DicomDataSet to extract the information from.
instanceDataSet
The CompositeInstanceDataSet to fill the information into.
updateExistentStudy
true to update the study information in the given instanceDataSet if the given dicomDataSet has different values.
retrieveAe
The AE Title System.String for the server used to retrieve the dicomDataSet.
dicomDataSet
The Leadtools.Dicom.DicomDataSet to extract the information from.
instanceDataSet
The CompositeInstanceDataSet to fill the information into.
updateExistentStudy
true to update the study information in the given instanceDataSet if the given dicomDataSet has different values.
retrieveAe
The AE Title System.String for the server used to retrieve the dicomDataSet.
Fills the study information into the given CompositeInstanceDataSet.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub FillStudiesData( _
   ByVal dicomDataSet As DicomDataSet, _
   ByVal instanceDataSet As CompositeInstanceDataSet, _
   ByVal updateExistentStudy As Boolean, _
   ByVal retrieveAe As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSetConverter
Dim dicomDataSet As DicomDataSet
Dim instanceDataSet As CompositeInstanceDataSet
Dim updateExistentStudy As Boolean
Dim retrieveAe As String
 
instance.FillStudiesData(dicomDataSet, instanceDataSet, updateExistentStudy, retrieveAe)
C# 
protected virtual void FillStudiesData( 
   DicomDataSet dicomDataSet,
   CompositeInstanceDataSet instanceDataSet,
   bool updateExistentStudy,
   string retrieveAe
)
C++/CLI 
protected:
virtual void FillStudiesData( 
   DicomDataSet^ dicomDataSet,
   CompositeInstanceDataSet^ instanceDataSet,
   bool updateExistentStudy,
   String^ retrieveAe
) 

Parameters

dicomDataSet
The Leadtools.Dicom.DicomDataSet to extract the information from.
instanceDataSet
The CompositeInstanceDataSet to fill the information into.
updateExistentStudy
true to update the study information in the given instanceDataSet if the given dicomDataSet has different values.
retrieveAe
The AE Title System.String for the server used to retrieve the dicomDataSet.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features