Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes.Modality Namespace > ScheduledStepAttribute Class : RequestedProcedureId Property |
[ElementAttribute()] public string RequestedProcedureId {get; set;}
'Declaration
<ElementAttribute()> Public Property RequestedProcedureId As String
'Usage
Dim instance As ScheduledStepAttribute Dim value As String instance.RequestedProcedureId = value value = instance.RequestedProcedureId
[ElementAttribute()] public: property String^ RequestedProcedureId { String^ get(); void set ( String^ value); }