C#
VB
C++
Gets or sets the participant object detail.
[XmlElementAttribute("ParticipantObjectDetail")]
public TypeValuePairType[] ParticipantObjectDetail { get; set; }
<XmlElementAttribute("ParticipantObjectDetail")>
Public Property ParticipantObjectDetail As Leadtools.Dicom.Addin.Audit.TypeValuePairType()
[XmlElementAttribute("ParticipantObjectDetail")]
public:
property Leadtools.Dicom.Addin.Audit.array<TypeValuePairType^>^ ParticipantObjectDetail {
Leadtools.Dicom.Addin.Audit.array<TypeValuePairType^>^ get();
void set ( Leadtools.Dicom.Addin.Audit.array<TypeValuePairType^>^ );
}
The participant object detail.
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