Click or drag to resize

EntityResourceHandlerGet Method

Gets an entity by id and version id.

Namespace:  SanteDB.Rest.HDSI.Resources
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
public override Object Get(
	Object id,
	Object versionId
)

Parameters

id
Type: SystemObject
The id of the entity.
versionId
Type: SystemObject
The version id of the entity.

Return Value

Type: Object
Returns the entity.

Implements

IApiResourceHandlerGet(Object, Object)
See Also