Class PersonName
Encapsulates the PersonName VR type
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public class PersonName : AbstractElement<string>, IDICOMElement
Constructors
View SourcePersonName()
Declaration
public PersonName()
PersonName(Tag, String)
Declaration
public PersonName(Tag tag, string data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.String | data |
Properties
View SourceData
Declaration
public override string Data { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
EvilDICOM.Core.Element.AbstractElement<System.String>.Data
View Source
FirstName
A property to help get and set the first name of the person name string.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastName
A property to help get and set the last name of the person name string.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MiddleName
A property to help get and set the middle name of the person name string.
Declaration
public string MiddleName { get; set; }
Property Value
Type | Description |
---|---|
System.String |