XdsObjects Help file
XdsObjects Namespace / XdsPerson Class
Members



In This Topic
    XdsPerson Class
    In This Topic
    Base class holding the attributes of a person
    Syntax
    Public Class XdsPerson 
    Dim instance As XdsPerson
    public class XdsPerson 
    public ref class XdsPerson 
    Remarks

    At present, this is only used as base class for XdsPatient, but it is kept separate as it may be used for other purposes such as authors in the future.

    Ideally, names should be set and used as individual name components, but this class also support a SingleName for when a name is only available as a single string.

    The ID is kept as 2 separate components - the ID_Root and ID_Extension, with an optional ID_Root_Name

    Inheritance Hierarchy

    System.Object
       XdsObjects.XdsPerson
          XdsObjects.XdsPatient

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also