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 ParticipantObjectDescription |
ParticipantObjectIdentification.participantObjectDescription |
Modifier and Type | Method and Description |
---|---|
ParticipantObjectDescription |
ObjectFactory.createParticipantObjectDescription()
Create an instance of
ParticipantObjectDescription |
static ParticipantObjectDescription |
AuditMessages.createParticipantObjectDescription(Boolean encrypted,
Boolean anonymized) |
ParticipantObjectDescription |
ParticipantObjectIdentification.getParticipantObjectDescription()
Gets the value of the participantObjectDescription property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ParticipantObjectDescription> |
ObjectFactory.createParticipantObjectDescription(ParticipantObjectDescription value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ParticipantObjectDescription> |
ObjectFactory.createParticipantObjectDescription(ParticipantObjectDescription value)
|
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) |
void |
ParticipantObjectIdentification.setParticipantObjectDescription(ParticipantObjectDescription value)
Sets the value of the participantObjectDescription property.
|
Copyright © 2017 dcm4che.org. All rights reserved.