Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

PatientId Property (RolesPatientsPermission)






Gets or sets the patient ID.
Syntax
[DataMemberAttribute()]
public string PatientId {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property PatientId As String
'Usage
 
Dim instance As RolesPatientsPermission
Dim value As String
 
instance.PatientId = value
 
value = instance.PatientId

            

            
[DataMemberAttribute()]
public:
property String^ PatientId {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the DICOM patient's ID value.
Example
For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.
Requirements

Target Platforms

See Also

Reference

RolesPatientsPermission Class
RolesPatientsPermission Members

Error processing SSI file