←Select platform

ReadPatientUpdateOptions Method

Summary

Returns any PatientUpdateOptions stored in a DicomDataSet

Syntax
C#
VB
C++
public static PatientUpdateOptions ReadPatientUpdateOptions( 
   this DicomDataSet ds 
) 
<ExtensionAttribute()> 
 Public Shared Function ReadPatientUpdateOptions( 
   ByVal ds As DicomDataSet 
) As PatientUpdateOptions 
public:  
   [ExtensionAttribute] 
   static PatientUpdateOptions^ ReadPatientUpdateOptions( 
      DicomDataSet^ ds 
   ) 

Parameters

ds

The DicomDataSet from which to read the PatientUpdateOptions

Return Value

Any PatientUpdateOptions stored in a DicomDataSet

Remarks

PatientUpdateOptions are stored in the private tag TagPatientUpdateOptions in a DicomDataSet. If there are no PatientUpdateOptions stored, then this method returns PatientUpdateOptions.None.

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.Dicom.Common Assembly

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