public Library() { this.statementsField = new List<ExpressionDef>(); this.valueSetsField = new List<ValueSetDef>(); this.codeSystemsField = new List<CodeSystemDef>(); this.parametersField = new List<ParameterDef>(); this.includesField = new List<IncludeDef>(); this.usingsField = new List<UsingDef>(); this.schemaIdentifierField = new VersionedIdentifier(); this.identifierField = new VersionedIdentifier(); }
public List() { this.elementField = new List<Expression>(); }
public Library() { this.statementsField = new List<ExpressionDef>(); this.valueSetsField = new List<ValueSetDef>(); this.parametersField = new List<ParameterDef>(); this.librariesField = new List<LibraryReference>(); this.dataModelsField = new List<ModelReference>(); this.schemaIdentifierField = new VersionedIdentifier(); this.identifierField = new VersionedIdentifier(); }
public FunctionRef() { this.operandField = new List<Expression>(); }
public FunctionDef() { this.parameterField = new List<ParameterDef>(); }
public Expression() { this.annotationField = new List<object>(); }
public Concept() { this.codeField = new List<Code>(); }
public Case() { this.caseItemField = new List<CaseItem>(); }
public Element() { this.annotationField = new List<object>(); }
public Tuple() { this.elementField = new List<TupleElement>(); }
public Instance() { this.elementField = new List<InstanceElement>(); }
public Sort() { this.byField = new List<SortByItem>(); }
public Query() { this.sortField = new SortClause(); this.returnField = new ReturnClause(); this.relationshipField = new List<RelationshipClause>(); this.defineField = new List<DefineClause>(); this.sourceField = new List<AliasedQuerySource>(); }
public ObjectDescriptor() { this.propertyField = new List<PropertyExpression>(); }
public ValueSetDef() { this.codeSystemField = new List<CodeSystemRef>(); this.accessLevelField = AccessModifier.Public; }
public ObjectRedefine() { this.propertyField = new List<PropertyExpression>(); }
public TupleTypeSpecifier() { this.elementField = new List<TupleElementDefinition>(); }
public TernaryExpression() { this.operandField = new List<Expression>(); }
public FunctionDef() { this.operandField = new List<OperandDef>(); }