SchemaMedicalSignOrSymptom constructor

SchemaMedicalSignOrSymptom({
  1. SchemaMedicalTherapy? possibleTreatment,
  2. dynamic associatedAnatomy,
  3. SchemaDDxElement? differentialDiagnosis,
  4. SchemaDrug? drug,
  5. String? epidemiology,
  6. String? expectedPrognosis,
  7. String? naturalProgression,
  8. String? pathophysiology,
  9. String? possibleComplication,
  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 SchemaMedicalSignOrSymptom

Implementation

SchemaMedicalSignOrSymptom({
  this.possibleTreatment,
  this.associatedAnatomy,
  this.differentialDiagnosis,
  this.drug,
  this.epidemiology,
  this.expectedPrognosis,
  this.naturalProgression,
  this.pathophysiology,
  this.possibleComplication,
  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,
});