| MatchDiagnosticsActionDataActions Property |
Gets the child actions
Namespace:
SanteDB.Matcher.Model
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public List<MatchDiagnosticsActionData> Actions { get; set; }
Public Property Actions As List(Of MatchDiagnosticsActionData)
Get
Set
public:
property List<MatchDiagnosticsActionData^>^ Actions {
List<MatchDiagnosticsActionData^>^ get ();
void set (List<MatchDiagnosticsActionData^>^ value);
}
member Actions : List<MatchDiagnosticsActionData> with get, set
Property Value
Type:
ListMatchDiagnosticsActionDataSee Also