| AmiServiceClientGetApplets Method |
Gets a list of applets for a specific query.
Namespace:
SanteDB.Messaging.AMI.Client
Assembly:
SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax public AmiCollection GetApplets()
Public Function GetApplets As AmiCollection
public:
AmiCollection^ GetApplets()
member GetApplets : unit -> AmiCollection
Return Value
Type:
AmiCollectionReturns a list of applet which match the specific query.
See Also