|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.atna.audit.messages.AuditMessage
org.eclipse.ohf.ihe.atna.audit.messages.PatientRecordMessage
public class PatientRecordMessage
Java class for ExportMessage .
| Field Summary | |
|---|---|
static java.lang.String |
CREATE
Use to indicate that this event is a Patient Record Create Event |
static java.lang.String |
DELETE
Use to indicate that this event is a Patient Record Delete Event |
static java.lang.String |
PROP_SAMPLE_PROPERTY
|
static java.lang.String |
READ
Use to indicate that this event is a Patient Record Access (or Read) Event |
static java.lang.String |
UPDATE
Use to indicate that this event is a Patient Record Update Event |
| Fields inherited from class org.eclipse.ohf.ihe.atna.audit.messages.AuditMessage |
|---|
DB_AuditMessage, VARCHAR_LENGTH |
| Constructor Summary | |
|---|---|
PatientRecordMessage()
Default constructor ... |
|
PatientRecordMessage(java.lang.String eventDateTime,
int eventOutcomeIndicator,
java.lang.String eventActionCode,
java.lang.String userIDActiveParticipantUser,
java.lang.String participantObjectPatientId)
Constructor of the patient record event audit message. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
|
java.lang.String |
getSampleProperty()
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
|
void |
setSampleProperty(java.lang.String value)
|
| Methods inherited from class org.eclipse.ohf.ihe.atna.audit.messages.AuditMessage |
|---|
getAuditSourceIdentification, getEventIdentification, getParticipantObjectIdentification, IsValid, main, parse, setActiveParticipant, setAuditSourceId, setAuditSourceIdentification, setEventDateTime, setEventIdentification, setEventOutcomeIndicator, setParticipantObjectId, setParticipantObjectQuery, setParticipationObjectIdentification, setUserIDActiveParticipantConsumer, setUserIDActiveParticipantRegistry, toHtml, toXml |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String READ
public static final java.lang.String CREATE
public static final java.lang.String UPDATE
public static final java.lang.String DELETE
public static final java.lang.String PROP_SAMPLE_PROPERTY
| Constructor Detail |
|---|
public PatientRecordMessage(java.lang.String eventDateTime,
int eventOutcomeIndicator,
java.lang.String eventActionCode,
java.lang.String userIDActiveParticipantUser,
java.lang.String participantObjectPatientId)
throws javax.xml.parsers.ParserConfigurationException,
javax.xml.parsers.FactoryConfigurationError,
ATNAException
eventDateTime - Date of the message generation, it should have this format :eventOutcomeIndicator - The eventOutcomeIndicator should be : eventActionCode - code identifying the action that was done on the
patient record. This is to be selected among
org.eclipse.ohf.ihe.atna.audit.messages.PatientRecordMessage.READ,
org.eclipse.ohf.ihe.atna.audit.messages.PatientRecordMessage.CREATE,
org.eclipse.ohf.ihe.atna.audit.messages.PatientRecordMessage.UPDATE,
org.eclipse.ohf.ihe.atna.audit.messages.PatientRecordMessage.DELETEuserIDActiveParticipantUser - Id of the user manipulating/reading the patient recordparticipantObjectPatientId - Id of the patient
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError
ATNAException
public PatientRecordMessage()
throws javax.xml.parsers.ParserConfigurationException,
javax.xml.parsers.FactoryConfigurationError,
ATNAException
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError
ATNAException| Method Detail |
|---|
public java.lang.String getSampleProperty()
public void setSampleProperty(java.lang.String value)
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||