| Visual Basic (Declaration) | |
|---|---|
<DataMemberAttribute()> Public Property PatientName As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RolesPatientsPermission Dim value As String instance.PatientName = value value = instance.PatientName | |
| C# | |
|---|---|
[DataMemberAttribute()] public string PatientName {get; set;} | |
| C++/CLI | |
|---|---|
[DataMemberAttribute()] public: property String^ PatientName { String^ get(); void set ( String^ value); } | |
Property Value
A System.String representing the DICOM patinet name. Please check our Medical Web Viewer demo, located in DICOMServicescs.csproj project.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code