 | AppletTemplateDefinitionScope Property |
Gets or sets the scope of the encounter in which the data is being collected
Namespace: SanteDB.Core.Applets.ModelAssembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntaxpublic 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
ListString
See Also