XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / PatientInfo Property



In This Topic
    PatientInfo Property (XdsSubmissionSet)
    In This Topic
    The subject of care of the Submission Set.
    Syntax
    Public Property PatientInfo As XdsPatient
    Dim instance As XdsSubmissionSet
    Dim value As XdsPatient
     
    instance.PatientInfo = value
     
    value = instance.PatientInfo
    public XdsPatient PatientInfo {get; set;}
    public:
    property XdsPatient^ PatientInfo {
       XdsPatient^ get();
       void set (    XdsPatient^ value);
    }
    Remarks

    This property corresponds to the XDSSubmissionSet.patientId ExternalIdentifier

    Although a full XdsPatient is used, only the CompositeId is used internally. Where necessary, during submission, the ID is converted using PIX from the Source (local) domain to the domain used by the XDS affinity domain. See Automatic PIX Queries in XdsObjects for more details.

    The composite ID is also accessible via the PatientID property, which is actually a shortcut to PatientInfo.XdsPerson.CompositeId

    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