- dicomDataSet
- The Leadtools.Dicom.DicomDataSet to extract the information from.
- instanceDataSet
- The CompositeInstanceDataSet to fill the information into.
- updateExistentInstance
- true to update the DICOM Instance information in the given instanceDataSet if the given dicomDataSet has different values.
- referencedFileName
- The path for the Leadtools.Dicom.DicomDataSet.
- images
- The ReferencedImages generated from the dicomDataSet.
- retrieveAe
- The AE Title System.String for the server used to retrieve the dicomDataSet.
Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub FillInstancetData( _ ByVal dicomDataSet As DicomDataSet, _ ByVal instanceDataSet As CompositeInstanceDataSet, _ ByVal updateExistentInstance As Boolean, _ ByVal referencedFileName As String, _ ByVal images() As ReferencedImages, _ ByVal retrieveAe As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSetConverter Dim dicomDataSet As DicomDataSet Dim instanceDataSet As CompositeInstanceDataSet Dim updateExistentInstance As Boolean Dim referencedFileName As String Dim images() As ReferencedImages Dim retrieveAe As String instance.FillInstancetData(dicomDataSet, instanceDataSet, updateExistentInstance, referencedFileName, images, retrieveAe) |
C# | |
---|---|
protected virtual void FillInstancetData( DicomDataSet dicomDataSet, CompositeInstanceDataSet instanceDataSet, bool updateExistentInstance, string referencedFileName, ReferencedImages[] images, string retrieveAe ) |
C++/CLI | |
---|---|
protected: virtual void FillInstancetData( DicomDataSet^ dicomDataSet, CompositeInstanceDataSet^ instanceDataSet, bool updateExistentInstance, String^ referencedFileName, array<ReferencedImages^>^ images, String^ retrieveAe ) |
Parameters
- dicomDataSet
- The Leadtools.Dicom.DicomDataSet to extract the information from.
- instanceDataSet
- The CompositeInstanceDataSet to fill the information into.
- updateExistentInstance
- true to update the DICOM Instance information in the given instanceDataSet if the given dicomDataSet has different values.
- referencedFileName
- The path for the Leadtools.Dicom.DicomDataSet.
- images
- The ReferencedImages generated from the dicomDataSet.
- retrieveAe
- The AE Title System.String for the server used to retrieve the dicomDataSet.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7