openDICOM.NET API Reference (openDICOM# Class Library)

PersonName Constructor

Creates a new empty person name instance.

Overload List

Creates a new empty person name instance.

public PersonName();

Creates a new person name instance from specified full name. All person name parts have to be seperated by "^" according to the DICOM standard.

public PersonName(string);

Creates a new person name instance from the different person name parts.

public PersonName(string,string,string,string,string);

See Also

PersonName Class | openDicom.Encoding.Type Namespace