XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / HomeCommunityID Property



In This Topic
    HomeCommunityID Property (XdsQueryRequest)
    In This Topic
    The HomeCommunityID to which the request should be directed
    Syntax
    Public Property HomeCommunityID As String
    Dim instance As XdsQueryRequest
    Dim value As String
     
    instance.HomeCommunityID = value
     
    value = instance.HomeCommunityID
    public string HomeCommunityID {get; set;}
    public:
    property String^ HomeCommunityID {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This is not needed in broad patient ID based (initial) queries but must be set correctly for any "follow-up" queries, if it has been returned in the responses which are being followed-up. i.e. this value must be set to the value found in XdsDocument.HomeCommunityID, XdsFolder.HomeCommunityID or HomeCommunityID
    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