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