SchemaMedicalSign constructor

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

Create a new instance of SchemaMedicalSign

Implementation

SchemaMedicalSign({
  this.identifyingExam,
  this.identifyingTest,
  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,
});