DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.Formatters Namespace / DicomAttribute Class / PersonNames Field

In This Topic
    PersonNames Field
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlElementAttribute("PersonName")>
    Public PersonNames As System.Collections.Generic.List(Of PersonName)
    [System.Xml.Serialization.XmlElement("PersonName")]
    public System.Collections.Generic.List<PersonName> PersonNames
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also