XdsObjects Help file
XdsObjects Namespace / XdsPatient Class
Members



In This Topic
    XdsPatient Class
    In This Topic
    An Class representing a patient, and their IDs
    Syntax
    Public Class XdsPatient 
       Inherits XdsPerson
    Dim instance As XdsPatient
    public class XdsPatient : XdsPerson 
    public ref class XdsPatient : public XdsPerson 
    Remarks
    This is derived from XdsPerson, but adds the abailty to hold multiple Ids for the patient in different domains as a result of PIX queries.
    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