| IAmiServiceContractCreate Method |
Creates the specified resource
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax Object Create(
string resourceType,
Object data
)
Function Create (
resourceType As String,
data As Object
) As Object
Object^ Create(
String^ resourceType,
Object^ data
)
abstract Create :
resourceType : string *
data : Object -> Object
Parameters
- resourceType
- Type: SystemString
The type of resource to be created - data
- Type: SystemObject
The resource data to be created
Return Value
Type:
ObjectThe stored resource
See Also