SchemaMedicalCode constructor
SchemaMedicalCode({
- SchemaThing? about,
- String? additionalType,
- String? alternateName,
- String? codeValue,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic inCodeSet,
- dynamic inDefinedTermSet,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? termCode,
- String? url,
- String? codingSystem,
- SchemaMedicalCode? code,
- SchemaGrant? funding,
- SchemaMedicalGuideline? guideline,
- dynamic legalStatus,
- SchemaMedicineSystem? medicineSystem,
- SchemaOrganization? recognizingAuthority,
- SchemaMedicalSpecialty? relevantSpecialty,
- SchemaMedicalStudy? study,
Create a new instance of SchemaMedicalCode
Implementation
SchemaMedicalCode({
super.about,
super.additionalType,
super.alternateName,
super.codeValue,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.inCodeSet,
super.inDefinedTermSet,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.termCode,
super.url,
this.codingSystem,
this.code,
this.funding,
this.guideline,
this.legalStatus,
this.medicineSystem,
this.recognizingAuthority,
this.relevantSpecialty,
this.study,
});