XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / PatientID Property



In This Topic
    PatientID Property (XdsSubmissionSet)
    In This Topic
    Syntax
    Public Property PatientID As String
    Dim instance As XdsSubmissionSet
    Dim value As String
     
    instance.PatientID = value
     
    value = instance.PatientID
    public string PatientID {get; set;}
    public:
    property String^ PatientID {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    The main use for this property is to act as the primary key for applications using the Code First Entity framework, but it is also available for more general use.
    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