public static class Iti59AuditDataset.RequestItem extends Object
| Constructor and Description |
|---|
RequestItem(String requestId,
org.openehealth.ipf.commons.audit.codes.EventActionCode actionCode) |
| Modifier and Type | Method and Description |
|---|---|
org.openehealth.ipf.commons.audit.codes.EventActionCode |
getActionCode() |
String |
getNewUid() |
org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator |
getOutcomeCode() |
String |
getOutcomeDescription() |
org.openehealth.ipf.commons.audit.codes.ParticipantObjectDataLifeCycle |
getParticipantObjectDataLifeCycle() |
org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCode |
getParticipantObjectTypeCode() |
String |
getRequestId() |
String |
getUid() |
void |
setNewUid(String newUid) |
void |
setOutcomeCode(org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator outcomeCode) |
void |
setOutcomeDescription(String outcomeDescription) |
void |
setParticipantObjectDataLifeCycle(org.openehealth.ipf.commons.audit.codes.ParticipantObjectDataLifeCycle participantObjectDataLifeCycle) |
void |
setParticipantObjectTypeCode(org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCode participantObjectTypeCode) |
void |
setUid(String uid) |
public RequestItem(String requestId, org.openehealth.ipf.commons.audit.codes.EventActionCode actionCode)
public String getRequestId()
public org.openehealth.ipf.commons.audit.codes.EventActionCode getActionCode()
public String getUid()
public void setUid(String uid)
public String getNewUid()
public void setNewUid(String newUid)
public org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCode getParticipantObjectTypeCode()
public void setParticipantObjectTypeCode(org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCode participantObjectTypeCode)
public org.openehealth.ipf.commons.audit.codes.ParticipantObjectDataLifeCycle getParticipantObjectDataLifeCycle()
public void setParticipantObjectDataLifeCycle(org.openehealth.ipf.commons.audit.codes.ParticipantObjectDataLifeCycle participantObjectDataLifeCycle)
public org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator getOutcomeCode()
public void setOutcomeCode(org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator outcomeCode)
public String getOutcomeDescription()
public void setOutcomeDescription(String outcomeDescription)
Copyright © 2020 Open eHealth Foundation. All rights reserved.