Class StatementValue
serialization of the right hand operand value
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class StatementValue
Properties
InParameter
Identifier of an InParameter to use as the value
Declaration
public IdentifierTriple InParameter { get; set; }
Property Value
Type | Description |
---|---|
IdentifierTriple |
IsValid
Indicate that the statement is not complete
Declaration
[JsonIgnore]
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
bool |
SelectedCodes
List of codes selected from a subject's code list
Declaration
public Collection<IdentifierTriple> SelectedCodes { get; }
Property Value
Type | Description |
---|---|
Collection<IdentifierTriple> |
Value
a textual value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
ValueNotNeeded
The value is not required to interperate the statement
Declaration
public bool ValueNotNeeded { get; set; }
Property Value
Type | Description |
---|---|
bool |