Package | Description |
---|---|
org.dcm4che3.audit |
These are java classes that are created by using XSLT translation
on an XML schema that is part of the Dicom standard.
|
Modifier and Type | Field and Description |
---|---|
protected List<ParticipantObjectDetail> |
ParticipantObjectIdentification.participantObjectDetail |
Modifier and Type | Method and Description |
---|---|
ParticipantObjectDetail |
ObjectFactory.createParticipantObjectDetail()
Create an instance of
ParticipantObjectDetail |
static ParticipantObjectDetail |
AuditMessages.createParticipantObjectDetail(String type,
byte[] value) |
Modifier and Type | Method and Description |
---|---|
List<ParticipantObjectDetail> |
ParticipantObjectIdentification.getParticipantObjectDetail()
Gets the value of the participantObjectDetail property.
|
Modifier and Type | Method and Description |
---|---|
static ParticipantObjectIdentification |
AuditMessages.createParticipantObjectIdentification(String id,
AuditMessages.ParticipantObjectIDTypeCode idType,
String name,
byte[] query,
String type,
String role,
String lifeCycle,
String sensitivity,
ParticipantObjectDescription description,
ParticipantObjectDetail... details) |
Copyright © 2017 dcm4che.org. All rights reserved.