| IHdsiServiceContractCopy Method |
Downloads a copy of the specified resource and all dependent objects for the dCDR
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax IdentifiedData Copy(
string resourceType,
string id
)
Function Copy (
resourceType As String,
id As String
) As IdentifiedData
IdentifiedData^ Copy(
String^ resourceType,
String^ id
)
abstract Copy :
resourceType : string *
id : string -> IdentifiedData
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.Copy(System.String,System.String)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.Copy(System.String,System.String)"]
Return Value
Type:
IdentifiedData[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.Copy(System.String,System.String)"]
See Also