SchemaMedicalSignOrSymptom constructor
SchemaMedicalSignOrSymptom({
- SchemaMedicalTherapy? possibleTreatment,
- dynamic associatedAnatomy,
- SchemaDDxElement? differentialDiagnosis,
- SchemaDrug? drug,
- String? epidemiology,
- String? expectedPrognosis,
- String? naturalProgression,
- String? pathophysiology,
- String? possibleComplication,
- SchemaMedicalTherapy? primaryPrevention,
- SchemaMedicalRiskFactor? riskFactor,
- SchemaMedicalTherapy? secondaryPrevention,
- SchemaMedicalSignOrSymptom? signOrSymptom,
- SchemaMedicalConditionStage? stage,
- dynamic status,
- SchemaMedicalTest? typicalTest,
- SchemaMedicalCode? code,
- SchemaGrant? funding,
- SchemaMedicalGuideline? guideline,
- dynamic legalStatus,
- SchemaMedicineSystem? medicineSystem,
- SchemaOrganization? recognizingAuthority,
- SchemaMedicalSpecialty? relevantSpecialty,
- SchemaMedicalStudy? study,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- 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,
});