 | ReferenceTermConcepts Property |
Gets or sets the concepts related to this data
Namespace: SanteDB.Core.Model.DataTypesAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic List<ConceptReferenceTerm> Concepts { get; set; }Public Property Concepts As List(Of ConceptReferenceTerm)
Get
Set
public:
property List<ConceptReferenceTerm^>^ Concepts {
List<ConceptReferenceTerm^>^ get ();
void set (List<ConceptReferenceTerm^>^ value);
}member Concepts : List<ConceptReferenceTerm> with get, set
Property Value
ListConceptReferenceTerm
See Also