XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / ReferenceIdList Property



In This Topic
    ReferenceIdList Property
    In This Topic
    Holds a list of additional Reference ID name/value pairs
    Syntax
    Public Property ReferenceIdList As XdsMultiString
    Dim instance As XdsDocument
    Dim value As XdsMultiString
     
    instance.ReferenceIdList = value
     
    value = instance.ReferenceIdList
    public XdsMultiString ReferenceIdList {get; set;}
    public:
    property XdsMultiString^ ReferenceIdList {
       XdsMultiString^ get();
       void set (    XdsMultiString^ value);
    }
    Remarks

    This property corresponds to the XDSDocumentEntry.referenceIdList Slot

    The values include the value and the identification in a single string - e.g.:

    2013001^^^&1.2.3.4.5.6&ISO^urn:ihe:iti:xds:2013:accession

    This is a new option in XDS, and is not supported by all registries

    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