Class StatementValue
serialization of the right hand operand value
Inheritance
System.Object
StatementValue
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class StatementValue : object
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
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
---|---|
System.String |
ValueNotNeeded
The value is not required to interperate the statement
Declaration
public bool ValueNotNeeded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |