| MaterialQuantityConcept Property |
Gets or sets the concept which dictates the unit of measure for a single instance of this entity
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Concept QuantityConcept { get; set; }
Public Property QuantityConcept As Concept
Get
Set
public:
property Concept^ QuantityConcept {
Concept^ get ();
void set (Concept^ value);
}
member QuantityConcept : Concept with get, set
Property Value
Type:
ConceptSee Also