Click or drag to resize

IHdsiServiceContractCheckOut Method

Acquires an edit lock on the specified object

Namespace:  SanteDB.Rest.HDSI
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
Object CheckOut(
	string resourceType,
	string id
)

Parameters

resourceType
Type: SystemString

[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.CheckOut(System.String,System.String)"]

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.CheckOut(System.String,System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.CheckOut(System.String,System.String)"]

See Also