C#
VB
C++
Gets or sets the Display Set Show Patient Demographics Flag (Optional).
[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)
}
The Display Set Show Patient Demographics Flag.
The ShowPatientDemographicsFlag indicates whether or not to display patient and study metadata.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET