 | IHdsiServiceContractCopy Method |
Downloads a copy of the specified resource and all dependent objects from another cdr to this CDR
Namespace: SanteDB.Rest.HDSIAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxIdentifiedData 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 String
- The type of resource which should be downloaded/copied
- id String
- The identifier of the object to be copied
Return Value
IdentifiedDataThe copied data
See Also