| IHdsiServiceContractAssociationSearch Method (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 AssociationSearch(
string resourceType,
string childResourceType
)
Function AssociationSearch (
resourceType As String,
childResourceType As String
) As Object
Object^ AssociationSearch(
String^ resourceType,
String^ childResourceType
)
abstract AssociationSearch :
resourceType : string *
childResourceType : string -> Object
Parameters
- resourceType
- Type: SystemString
The type of resource which should be searched - childResourceType
- Type: SystemString
The property to search
Return Value
Type:
ObjectThe search for the specified resource type limited to the specified object
See Also