| IExtensionHandlerGetDisplay Method |
Gets the display value
Namespace:
SanteDB.Core.Interfaces
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax string GetDisplay(
Object data
)
Function GetDisplay (
data As Object
) As String
String^ GetDisplay(
Object^ data
)
abstract GetDisplay :
data : Object -> string
Parameters
- data
- Type: SystemObject
[Missing <param name="data"/> documentation for "M:SanteDB.Core.Interfaces.IExtensionHandler.GetDisplay(System.Object)"]
Return Value
Type:
String[Missing <returns> documentation for "M:SanteDB.Core.Interfaces.IExtensionHandler.GetDisplay(System.Object)"]
See Also