Пример #1
0
 public CodedIdentifier() {
     this.relevantConceptField = new CD();
 }
Пример #2
0
 public CO() {
     this.codeField = new CD();
 }
 public Evidence() {
     this.resourcesField = new List<KnowledgeResource>();
     this.strengthOfRecommendationField = new CD();
     this.qualityOfEvidenceField = new CD();
 }
 public Coverage() {
     this.valueField = new CD();
     this.descriptionField = new ST();
     this.focusField = new CoverageFocus();
 }
 public Metadata() {
     this.usageTermsField = new List<RightsDeclaration>();
     this.publishersField = new List<Party>();
     this.contributionsField = new List<Contribution>();
     this.eventHistoryField = new List<ArtifactLifeCycleEvent>();
     this.statusField = new MetadataStatus();
     this.languageField = new CD();
     this.categoriesField = new List<CD>();
     this.keyTermsField = new List<CD>();
     this.applicabilityField = new List<Coverage>();
     this.supportingEvidenceField = new List<Evidence>();
     this.relatedResourcesField = new List<ResourceRelationshipReference>();
     this.documentationField = new InlineResource();
     this.descriptionField = new ST();
     this.titleField = new ST();
     this.dataModelsField = new List<ModelReference>();
     this.templateIdsField = new List<VersionedIdentifier>();
     this.schemaIdentifierField = new VersionedIdentifier();
     this.artifactTypeField = new MetadataArtifactType();
     this.identifiersField = new List<VersionedIdentifier>();
 }