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