Click or drag to resize

UpstreamHdsiServiceBehaviorHistory Method

Gets a complete history of all changes made to the specified resource

Namespace: SanteDB.Messaging.HDSI.Wcf
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override IdentifiedData History(
	string resourceType,
	string id
)

Parameters

resourceType  String
The type of resource for which history should be retrieved
id  String
The identifier of the resource to retrieve

Return Value

IdentifiedData

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

Implements

IHdsiServiceContractHistory(String, String)
Remarks
The result of the history operation is a Bundle which contains a complete list of all previous versions associated with the specified object
See Also