| HdsiServiceBehaviorBaseAssociationSearch Method (String, String) |
Perform a search on the specified entity
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax public virtual Object AssociationSearch(
string resourceType,
string childResourceType
)
Public Overridable Function AssociationSearch (
resourceType As String,
childResourceType As String
) As Object
public:
virtual Object^ AssociationSearch(
String^ resourceType,
String^ childResourceType
)
abstract AssociationSearch :
resourceType : string *
childResourceType : string -> Object
override AssociationSearch :
resourceType : string *
childResourceType : string -> Object
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.AssociationSearch(System.String,System.String)"]
- childResourceType
- Type: SystemString
[Missing <param name="childResourceType"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.AssociationSearch(System.String,System.String)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.AssociationSearch(System.String,System.String)"]
Implements
IHdsiServiceContractAssociationSearch(String, String)See Also