←Select platform

FillPatientData Method

Summary

Fills the patient information into the given CompositeInstanceDataSet.

Syntax
C#
VB
C++
protected virtual void FillPatientData( 
   DicomDataSet dicomDataSet, 
   CompositeInstanceDataSet instanceDataSet, 
   bool updateExistentPatient, 
   string retrieveAe 
) 
Protected Overridable Sub FillPatientData( 
   ByVal dicomDataSet As DicomDataSet, 
   ByVal instanceDataSet As CompositeInstanceDataSet, 
   ByVal updateExistentPatient As Boolean, 
   ByVal retrieveAe As String 
) 
protected:  
   virtual void FillPatientData( 
      DicomDataSet^ dicomDataSet, 
      CompositeInstanceDataSet^ instanceDataSet, 
      bool updateExistentPatient, 
      String^ retrieveAe 
   ) 

Parameters

dicomDataSet

The DicomDataSet to extract the information from.

instanceDataSet

The CompositeInstanceDataSet to fill the information into.

updateExistentPatient

true to update the patient 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
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.