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 > ModalityPerformedProcedureStep Class : ReferencedPatientSequence Property |
[ElementAttribute()] public List<SopInstanceReference> ReferencedPatientSequence {get; set;}
'Declaration
<ElementAttribute()> Public Property ReferencedPatientSequence As List(Of SopInstanceReference)
'Usage
Dim instance As ModalityPerformedProcedureStep Dim value As List(Of SopInstanceReference) instance.ReferencedPatientSequence = value value = instance.ReferencedPatientSequence
[ElementAttribute()] public: property List<SopInstanceReference^>^ ReferencedPatientSequence { List<SopInstanceReference^>^ get(); void set ( List<SopInstanceReference^>^ value); }