←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly