SchemaMedicalCode constructor

SchemaMedicalCode({
  1. SchemaThing? about,
  2. String? additionalType,
  3. String? alternateName,
  4. String? codeValue,
  5. dynamic description,
  6. String? disambiguatingDescription,
  7. dynamic identifier,
  8. dynamic image,
  9. dynamic inCodeSet,
  10. dynamic inDefinedTermSet,
  11. dynamic mainEntityOfPage,
  12. String? name,
  13. dynamic owner,
  14. SchemaAction? potentialAction,
  15. String? sameAs,
  16. dynamic subjectOf,
  17. String? termCode,
  18. String? url,
  19. String? codingSystem,
  20. SchemaMedicalCode? code,
  21. SchemaGrant? funding,
  22. SchemaMedicalGuideline? guideline,
  23. dynamic legalStatus,
  24. SchemaMedicineSystem? medicineSystem,
  25. SchemaOrganization? recognizingAuthority,
  26. SchemaMedicalSpecialty? relevantSpecialty,
  27. 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,
});