XdsObjects Help file
XdsObjects Namespace / XdsDomain Class
Members



In This Topic
    XdsDomain Class
    In This Topic
    This class hold all the information required for an XDS domain to operate
    Syntax
    Public Class XdsDomain 
    Dim instance As XdsDomain
    public class XdsDomain 
    public ref class XdsDomain 
    Remarks

    This important object includes:

    • The Local Registry to use for queries as consumer
    • The Repository to submit data to as a source
    • The list of repositories (indexed by their OIDs in the RepositoryAddresses collection to retrive data from
    • The Audit Repositories to send audit messages to
    • Information needed for Patient ID lookups
    • The Gateway to use in an XCA environment (queries are sent to the RegistryEndpoint, just as if it were a local registry.
    • Other miscelaneous data such as the identifiers for the system to be used in audit messages

    It also includes the methods needed to excute all the high level XDS transactions such as:

    Inheritance Hierarchy

    System.Object
       XdsObjects.XdsDomain

    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