Click or drag to resize

IHdsiServiceContractCheckIn Method

Releases 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 CheckIn(
	string resourceType,
	string id
)

Parameters

resourceType
Type: SystemString

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

id
Type: SystemString

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

Return Value

Type: Object

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

See Also