IAmiServiceContract Interface |
Namespace: SanteDB.Rest.AMI
The IAmiServiceContract type exposes the following members.
Name | Description | |
---|---|---|
AssociationCreate |
Assigns the body object with the resource at resourceType/key | |
AssociationGet |
Performs a linked or chained search on a sub-property
| |
AssociationRemove |
Removes an association
| |
AssociationSearch |
Performs a linked or chained search on a sub-property
| |
CheckIn |
Releases an edit lock on the specified object
| |
CheckOut |
Acquires an edit lock on the specified object
| |
Create |
Creates the specified resource
| |
CreateDiagnosticReport |
Creates a diagnostic report.
| |
CreateUpdate |
Creates the specified resource if it does not exist, otherwise updates it
| |
Delete |
Deletes the specified resource
| |
DownloadLog |
Download log
| |
Get |
Gets the specified resource from the service
| |
GetLog |
Gets a specific log file.
| |
GetLogs |
Get log files on the server and their sizes.
| |
GetSchema |
Get the schema for this service
| |
GetServerDiagnosticReport |
Gets a server diagnostic report.
| |
GetTfaMechanisms |
Gets the TFA mechanisms which can be set for the specified ID
| |
GetVersion |
Gets the specified versioned copy of the data
| |
Head |
Heads the specified resource from the service
| |
History |
Gets a complete history of changes made to the object (if supported)
| |
InvokeMethod(String, String, ParameterCollection) |
Invokes the specified operation
| |
InvokeMethod(String, String, String, ParameterCollection) |
Invokes the specified operation
| |
Lock |
Locks the specified resource from the service
| |
Options |
Get the service options
| |
Patch |
Updates the specified resource according to the instructions in the PATCH file
| |
Ping |
Ping the service to determine up/down
| |
ResourceOptions |
Get the specific options supported for the
| |
Search |
Searches the specified resource type for matches
| |
UnLock |
Unlocks the specified resource from the service
| |
Update |
Updates the specified resource
|