POST Logging/AuditLog
Adds the audit log event.
Request Information
URI Parameters
None.
Body Parameters
The parameter.
AuditLogParams| Name | Description | Type | Additional information |
|---|---|---|---|
| ContextType |
Gets or sets the type of the context.Possible values are 'study' and 'patient' |
string |
None. |
| UserLogin |
Gets or sets the login. |
string |
None. |
| LogActivity |
Gets or sets the log activity. |
string |
None. |
| Identifier |
Gets or sets the DICOM study instance EUID or Patient Uuid . |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContextType": "sample string 1",
"UserLogin": "sample string 2",
"LogActivity": "sample string 3",
"Identifier": "sample string 4"
}
application/xml, text/xml
Sample:
<AuditLogParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models.Logs"> <ContextType>sample string 1</ContextType> <Identifier>sample string 4</Identifier> <LogActivity>sample string 3</LogActivity> <UserLogin>sample string 2</UserLogin> </AuditLogParams>
Response Information
Resource Description
None.