Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
PatientId Property
See Also 
Leadtools.Dicom.Services.DataTypes Namespace > RolesPatientsPermission Class : PatientId Property



Gets or sets the patient ID.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute()>
Public Property PatientId As String
Visual Basic (Usage)Copy Code
Dim instance As RolesPatientsPermission
Dim value As String
 
instance.PatientId = value
 
value = instance.PatientId
C# 
[DataMemberAttribute()]
public string PatientId {get; set;}
C++/CLI 
[DataMemberAttribute()]
public:
property String^ PatientId {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the DICOM patinet ID value.

Example

Please check our Medical Web Viewer demo, located in DICOMServicescs.csproj project.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also