Leadtools.Dicom.Common.DataTypes.PatientUpdater Namespace > MergePatientSequence Class : PatientId Property |
[ElementAttribute()] public string PatientId {get; set;}
'Declaration <ElementAttribute()> Public Property PatientId As String
'Usage Dim instance As MergePatientSequence Dim value As String instance.PatientId = value value = instance.PatientId
[ElementAttribute()] public: property String^ PatientId { String^ get(); void set ( String^ value); }