Ejemplo n.º 1
0
 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();
 }
Ejemplo n.º 2
0
 public List()
 {
     this.elementField = new List<Expression>();
 }
Ejemplo n.º 3
0
 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();
 }
Ejemplo n.º 4
0
 public FunctionRef()
 {
     this.operandField = new List<Expression>();
 }
Ejemplo n.º 5
0
 public FunctionDef()
 {
     this.parameterField = new List<ParameterDef>();
 }
Ejemplo n.º 6
0
 public Expression()
 {
     this.annotationField = new List<object>();
 }
Ejemplo n.º 7
0
 public Concept() {
     this.codeField = new List<Code>();
 }
Ejemplo n.º 8
0
 public Case()
 {
     this.caseItemField = new List<CaseItem>();
 }
Ejemplo n.º 9
0
 public Element() {
     this.annotationField = new List<object>();
 }
Ejemplo n.º 10
0
 public Tuple() {
     this.elementField = new List<TupleElement>();
 }
Ejemplo n.º 11
0
 public Instance() {
     this.elementField = new List<InstanceElement>();
 }
Ejemplo n.º 12
0
 public Sort() {
     this.byField = new List<SortByItem>();
 }
Ejemplo n.º 13
0
 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>();
 }
Ejemplo n.º 14
0
 public ObjectDescriptor()
 {
     this.propertyField = new List<PropertyExpression>();
 }
Ejemplo n.º 15
0
 public ValueSetDef() {
     this.codeSystemField = new List<CodeSystemRef>();
     this.accessLevelField = AccessModifier.Public;
 }
Ejemplo n.º 16
0
 public ObjectRedefine()
 {
     this.propertyField = new List<PropertyExpression>();
 }
Ejemplo n.º 17
0
 public TupleTypeSpecifier() {
     this.elementField = new List<TupleElementDefinition>();
 }
Ejemplo n.º 18
0
 public TernaryExpression()
 {
     this.operandField = new List<Expression>();
 }
Ejemplo n.º 19
0
 public FunctionDef() {
     this.operandField = new List<OperandDef>();
 }