Click or drag to resize

HdsiServiceBehaviorBaseCopy Method

Copy (download) a remote object to this instance

Namespace:  SanteDB.Rest.HDSI
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
public abstract IdentifiedData Copy(
	string reosurceType,
	string id
)

Parameters

reosurceType
Type: SystemString

[Missing <param name="reosurceType"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Copy(System.String,System.String)"]

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Copy(System.String,System.String)"]

Return Value

Type: IdentifiedData

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Copy(System.String,System.String)"]

Implements

IHdsiServiceContractCopy(String, String)
See Also