 | SimplifiedViewConceptSelectIncludeConcepts Property |
Additional concepts which should be included in the dropdown
Namespace: SanteDB.Core.Templates.ViewAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic List<Guid> IncludeConcepts { get; set; }Public Property IncludeConcepts As List(Of Guid)
Get
Set
public:
property List<Guid>^ IncludeConcepts {
List<Guid>^ get ();
void set (List<Guid>^ value);
}member IncludeConcepts : List<Guid> with get, set
Property Value
ListGuid
See Also