| ObservationInterpretationConcept Property |
Gets or sets the concept which indicates the interpretation of the observtion
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Concept InterpretationConcept { get; set; }
Public Property InterpretationConcept As Concept
Get
Set
public:
property Concept^ InterpretationConcept {
Concept^ get ();
void set (Concept^ value);
}
member InterpretationConcept : Concept with get, set
Property Value
Type:
ConceptSee Also