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 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();
 }