| HdsiServiceBehaviorBaseAssociationGet Method (String, String, String) |
Perform a sub-get on a child resource and key without parent instance (exmaple: GET /Patient/extendedProperty/UUID)
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax public virtual Object AssociationGet(
string resourceType,
string childResourceType,
string childResourceKey
)
Public Overridable Function AssociationGet (
resourceType As String,
childResourceType As String,
childResourceKey As String
) As Object
public:
virtual Object^ AssociationGet(
String^ resourceType,
String^ childResourceType,
String^ childResourceKey
)
abstract AssociationGet :
resourceType : string *
childResourceType : string *
childResourceKey : string -> Object
override AssociationGet :
resourceType : string *
childResourceType : string *
childResourceKey : string -> Object
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.AssociationGet(System.String,System.String,System.String)"]
- childResourceType
- Type: SystemString
[Missing <param name="childResourceType"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.AssociationGet(System.String,System.String,System.String)"]
- childResourceKey
- Type: SystemString
[Missing <param name="childResourceKey"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.AssociationGet(System.String,System.String,System.String)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.AssociationGet(System.String,System.String,System.String)"]
Implements
IHdsiServiceContractAssociationGet(String, String, String)See Also