SchemaMedicalCode constructor

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

Create a new instance of SchemaMedicalCode

Implementation

SchemaMedicalCode({
  this.codeValue,
  this.codingSystem,
  this.inCodeSet,
  this.inDefinedTermSet,
  this.termCode,
  this.code,
  this.funding,
  this.guideline,
  this.legalStatus,
  this.medicineSystem,
  this.recognizingAuthority,
  this.relevantSpecialty,
  this.study,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});