←Select platform

ShowPatientDemographicsFlag Property

Summary

Gets or sets the Display Set Show Patient Demographics Flag (Optional).

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.ShowPatientDemographicsFlag)] 
public bool ShowPatientDemographicsFlag { get; set; } 
<ElementAttribute(7472916),  
 DataMemberAttribute()>  
Public Property ShowPatientDemographicsFlag() As Boolean 
   Get 
   Set 
public:  
   [ElementAttribute(7472916),  
   DataMemberAttribute] 
   property bool ShowPatientDemographicsFlag 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

The Display Set Show Patient Demographics Flag.

Remarks

The ShowPatientDemographicsFlag indicates whether or not to display patient and study metadata.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly