| IHdsiServiceContractAssociationGet Method (String, String, String, String) |
Performs a linked or chained search on a sub-property
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax Object AssociationGet(
string resourceType,
string id,
string childResourceType,
string childResourceKey
)
Function AssociationGet (
resourceType As String,
id As String,
childResourceType As String,
childResourceKey As String
) As Object
Object^ AssociationGet(
String^ resourceType,
String^ id,
String^ childResourceType,
String^ childResourceKey
)
abstract AssociationGet :
resourceType : string *
id : string *
childResourceType : string *
childResourceKey : string -> Object
Parameters
- resourceType
- Type: SystemString
The type of resource which should be searched - id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.AssociationGet(System.String,System.String,System.String,System.String)"]
- childResourceType
- Type: SystemString
The property to search - childResourceKey
- Type: SystemString
The key of the sub-item to fetch
Return Value
Type:
ObjectThe search for the specified resource type limited to the specified object
See Also