Click or drag to resize

HdsiServiceBehaviorBaseHistory Method

Gets the recent history an object

Namespace:  SanteDB.Rest.HDSI
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
public virtual IdentifiedData History(
	string resourceType,
	string id
)

Parameters

resourceType
Type: SystemString

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

id
Type: SystemString

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

Return Value

Type: IdentifiedData

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

Implements

IHdsiServiceContractHistory(String, String)
See Also