XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / MultiPatientQueryPatientId Property



In This Topic
    MultiPatientQueryPatientId Property
    In This Topic
    Optional, multi-value. Only used for ITI-51 Multi-Patinet Stored Query
    Syntax
    Public Property MultiPatientQueryPatientId As XdsMultiString
    Dim instance As XdsQueryRequest
    Dim value As XdsMultiString
     
    instance.MultiPatientQueryPatientId = value
     
    value = instance.MultiPatientQueryPatientId
    public XdsMultiString MultiPatientQueryPatientId {get; set;}
    public:
    property XdsMultiString^ MultiPatientQueryPatientId {
       XdsMultiString^ get();
       void set (    XdsMultiString^ value);
    }
    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