Class Iti59AuditDataset.RequestItem
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hpd.iti59.Iti59AuditDataset.RequestItem
-
- Enclosing class:
- Iti59AuditDataset
public static class Iti59AuditDataset.RequestItem extends Object
-
-
Constructor Summary
Constructors Constructor Description RequestItem(String requestId, org.openehealth.ipf.commons.audit.codes.EventActionCode actionCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openehealth.ipf.commons.audit.codes.EventActionCodegetActionCode()StringgetNewUid()org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicatorgetOutcomeCode()StringgetOutcomeDescription()org.openehealth.ipf.commons.audit.codes.ParticipantObjectDataLifeCyclegetParticipantObjectDataLifeCycle()org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCodegetParticipantObjectTypeCode()StringgetRequestId()StringgetUid()voidsetNewUid(String newUid)voidsetOutcomeCode(org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator outcomeCode)voidsetOutcomeDescription(String outcomeDescription)voidsetParticipantObjectDataLifeCycle(org.openehealth.ipf.commons.audit.codes.ParticipantObjectDataLifeCycle participantObjectDataLifeCycle)voidsetParticipantObjectTypeCode(org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCode participantObjectTypeCode)voidsetUid(String uid)
-
-
-
Constructor Detail
-
RequestItem
public RequestItem(String requestId, org.openehealth.ipf.commons.audit.codes.EventActionCode actionCode)
-
-
Method Detail
-
getRequestId
public String getRequestId()
-
getActionCode
public org.openehealth.ipf.commons.audit.codes.EventActionCode getActionCode()
-
getUid
public String getUid()
-
setUid
public void setUid(String uid)
-
getNewUid
public String getNewUid()
-
setNewUid
public void setNewUid(String newUid)
-
getParticipantObjectTypeCode
public org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCode getParticipantObjectTypeCode()
-
setParticipantObjectTypeCode
public void setParticipantObjectTypeCode(org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCode participantObjectTypeCode)
-
getParticipantObjectDataLifeCycle
public org.openehealth.ipf.commons.audit.codes.ParticipantObjectDataLifeCycle getParticipantObjectDataLifeCycle()
-
setParticipantObjectDataLifeCycle
public void setParticipantObjectDataLifeCycle(org.openehealth.ipf.commons.audit.codes.ParticipantObjectDataLifeCycle participantObjectDataLifeCycle)
-
getOutcomeCode
public org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator getOutcomeCode()
-
setOutcomeCode
public void setOutcomeCode(org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator outcomeCode)
-
getOutcomeDescription
public String getOutcomeDescription()
-
setOutcomeDescription
public void setOutcomeDescription(String outcomeDescription)
-
-