SchemaVitalSign constructor

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

Implementation

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