XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / SourcePatientDetails Property



In This Topic
    SourcePatientDetails Property
    In This Topic
    The details of the subject of care as the Document Source knew them at the time of Submission.
    Syntax
    Public Property SourcePatientDetails As XdsPatient
    Dim instance As XdsDocument
    Dim value As XdsPatient
     
    instance.SourcePatientDetails = value
     
    value = instance.SourcePatientDetails
    public XdsPatient SourcePatientDetails {get; set;}
    public:
    property XdsPatient^ SourcePatientDetails {
       XdsPatient^ get();
       void set (    XdsPatient^ value);
    }
    Remarks

    This property corresponds to both the XDSDocumentEntry.sourcePatientId and sourcePatientInfo Slots

    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