SchemaMedicalRiskEstimator constructor

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

Create a new instance of SchemaMedicalRiskEstimator

Implementation

SchemaMedicalRiskEstimator({
  super.additionalType,
  super.alternateName,
  super.code,
  super.description,
  super.disambiguatingDescription,
  super.funding,
  super.guideline,
  super.identifier,
  super.image,
  super.legalStatus,
  super.mainEntityOfPage,
  super.medicineSystem,
  super.name,
  super.owner,
  super.potentialAction,
  super.recognizingAuthority,
  super.relevantSpecialty,
  super.sameAs,
  super.study,
  super.subjectOf,
  super.url,
  this.estimatesRiskOf,
  this.includedRiskFactor,
});