public class AuditMessageGenerator extends Object
| Constructor and Description |
|---|
AuditMessageGenerator(String auditFile)
Construct an AuditMessageGenerator for use with a file.
|
AuditMessageGenerator(String auditHost,
String auditPort)
Construct an AuditMessageGenerator for user with a syslog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
provideAndRegisterAudit(String sourceMessageId,
String sourceName,
String replyTo,
String to,
String thisName,
String patientId,
String subsetId,
String pid)
Audit a provideAndRegister event.
|
void |
provideAndRegisterAuditSource(String sourceMessageId,
String sourceName,
String replyTo,
String to,
String thisName,
String patientId,
String subsetId,
String pid)
Audit a provideAndRegister event.
|
public AuditMessageGenerator(String auditFile)
auditFile - The file path.public void provideAndRegisterAudit(String sourceMessageId, String sourceName, String replyTo, String to, String thisName, String patientId, String subsetId, String pid) throws Exception
sourceMessageId - sourceName - replyTo - to - thisName - patientId - subsetId - pid - Exceptionpublic void provideAndRegisterAuditSource(String sourceMessageId, String sourceName, String replyTo, String to, String thisName, String patientId, String subsetId, String pid) throws Exception
sourceMessageId - sourceName - replyTo - to - thisName - patientId - subsetId - pid - ExceptionCopyright © 2010–2021 NHIN Direct. All rights reserved.