 | UpstreamHdsiServiceBehaviorHistory Method |
Gets a complete history of all changes made to the specified resource
Namespace: SanteDB.Messaging.HDSI.WcfAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic override IdentifiedData History(
string resourceType,
string id
)
Public Overrides Function History (
resourceType As String,
id As String
) As IdentifiedData
public:
virtual IdentifiedData^ History(
String^ resourceType,
String^ id
) override
abstract History :
resourceType : string *
id : string -> IdentifiedData
override History :
resourceType : string *
id : string -> IdentifiedData 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)
RemarksThe result of the history operation is a
Bundle which contains a complete list of all previous versions associated with the specified object
See Also