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