| AppletTemplateDefinitionScope Property |
Gets the guard condition for the template executed against the patient (allows for blocking of
templates based on patient conditions)
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public List<string> Scope { get; set; }
Public Property Scope As List(Of String)
Get
Set
public:
property List<String^>^ Scope {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Scope : List<string> with get, set
Property Value
Type:
ListStringSee Also