SchemaMedicalCondition constructor

SchemaMedicalCondition({
  1. dynamic associatedAnatomy,
  2. SchemaDDxElement? differentialDiagnosis,
  3. SchemaDrug? drug,
  4. String? epidemiology,
  5. String? expectedPrognosis,
  6. String? naturalProgression,
  7. String? pathophysiology,
  8. String? possibleComplication,
  9. SchemaMedicalTherapy? possibleTreatment,
  10. SchemaMedicalTherapy? primaryPrevention,
  11. SchemaMedicalRiskFactor? riskFactor,
  12. SchemaMedicalTherapy? secondaryPrevention,
  13. SchemaMedicalSignOrSymptom? signOrSymptom,
  14. SchemaMedicalConditionStage? stage,
  15. dynamic status,
  16. SchemaMedicalTest? typicalTest,
  17. SchemaMedicalCode? code,
  18. SchemaGrant? funding,
  19. SchemaMedicalGuideline? guideline,
  20. dynamic legalStatus,
  21. SchemaMedicineSystem? medicineSystem,
  22. SchemaOrganization? recognizingAuthority,
  23. SchemaMedicalSpecialty? relevantSpecialty,
  24. SchemaMedicalStudy? study,
  25. String? additionalType,
  26. String? alternateName,
  27. dynamic description,
  28. String? disambiguatingDescription,
  29. dynamic identifier,
  30. dynamic image,
  31. dynamic mainEntityOfPage,
  32. String? name,
  33. SchemaAction? potentialAction,
  34. String? sameAs,
  35. dynamic subjectOf,
  36. String? url,
})

Create a new instance of SchemaMedicalCondition

Implementation

SchemaMedicalCondition({
  this.associatedAnatomy,
  this.differentialDiagnosis,
  this.drug,
  this.epidemiology,
  this.expectedPrognosis,
  this.naturalProgression,
  this.pathophysiology,
  this.possibleComplication,
  this.possibleTreatment,
  this.primaryPrevention,
  this.riskFactor,
  this.secondaryPrevention,
  this.signOrSymptom,
  this.stage,
  this.status,
  this.typicalTest,
  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,
});