 | UpstreamHdsiServiceBehaviorGetVersion Method |
Retrieves a specific version of 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 GetVersion(
string resourceType,
string id,
string versionId
)
Public Overrides Function GetVersion (
resourceType As String,
id As String,
versionId As String
) As IdentifiedData
public:
virtual IdentifiedData^ GetVersion(
String^ resourceType,
String^ id,
String^ versionId
) override
abstract GetVersion :
resourceType : string *
id : string *
versionId : string -> IdentifiedData
override GetVersion :
resourceType : string *
id : string *
versionId : string -> IdentifiedData Parameters
- resourceType String
- The type of resource for which history should be retrieved
- id String
- The identifier of the resource for which history sould be retrieved
- versionId String
- The version of the resource to retrieve
Return Value
IdentifiedData[Missing <returns> documentation for "M:SanteDB.Messaging.HDSI.Wcf.UpstreamHdsiServiceBehavior.GetVersion(System.String,System.String,System.String)"]
Implements
IHdsiServiceContractGetVersion(String, String, String)
RemarksThis method allows the caller to retrieve a specific version of the identified object, which is useful for loading a previous copy of a resource for reference.
See Also