C#
VB
C++
Gets or sets the patient ID.
[DataMemberAttribute()]
public string PatientId { get; set; }
<DataMemberAttribute()>
Public Property PatientId As String
A System.String representing the DICOM patient's ID value.
For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET