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