| IAmiServiceContractAssociationSearch Method |
Performs a linked or chained search on a sub-property
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax AmiCollection AssociationSearch(
string resourceType,
string id,
string childResourceType
)
Function AssociationSearch (
resourceType As String,
id As String,
childResourceType As String
) As AmiCollection
AmiCollection^ AssociationSearch(
String^ resourceType,
String^ id,
String^ childResourceType
)
abstract AssociationSearch :
resourceType : string *
id : string *
childResourceType : string -> AmiCollection
Parameters
- resourceType
- Type: SystemString
The type of resource which should be searched - id
- Type: SystemString
The key of the hosting (container object) - childResourceType
- Type: SystemString
The property to search
Return Value
Type:
AmiCollectionThe search for the specified resource type limited to the specified object
See Also