Click or drag to resize

IHdsiServiceContractCopy Method

Downloads a copy of the specified resource and all dependent objects from another cdr to this CDR

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

Parameters

resourceType  String
The type of resource which should be downloaded/copied
id  String
The identifier of the object to be copied

Return Value

IdentifiedData
The copied data
See Also