SchemaMedicalCondition constructor

SchemaMedicalCondition({
  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. dynamic associatedAnatomy,
  23. SchemaMedicalCause? cause,
  24. SchemaDDxElement? differentialDiagnosis,
  25. SchemaDrug? drug,
  26. String? epidemiology,
  27. String? expectedPrognosis,
  28. String? naturalProgression,
  29. String? pathophysiology,
  30. String? possibleComplication,
  31. dynamic possibleTreatment,
  32. SchemaMedicalTherapy? primaryPrevention,
  33. SchemaMedicalRiskFactor? riskFactor,
  34. dynamic secondaryPrevention,
  35. SchemaMedicalSignOrSymptom? signOrSymptom,
  36. SchemaMedicalConditionStage? stage,
  37. dynamic status,
  38. SchemaMedicalTest? typicalTest,
})

Create a new instance of SchemaMedicalCondition

Implementation

SchemaMedicalCondition({
  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.associatedAnatomy,
  this.cause,
  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,
});