SchemaMedicalTherapy constructor

SchemaMedicalTherapy({
  1. dynamic contraindication,
  2. SchemaMedicalTherapy? duplicateTherapy,
  3. SchemaMedicalEntity? seriousAdverseOutcome,
  4. SchemaMedicalEntity? adverseOutcome,
  5. SchemaDoseSchedule? doseSchedule,
  6. SchemaDrug? drug,
  7. SchemaMedicalCode? code,
  8. SchemaGrant? funding,
  9. SchemaMedicalGuideline? guideline,
  10. dynamic legalStatus,
  11. SchemaMedicineSystem? medicineSystem,
  12. SchemaOrganization? recognizingAuthority,
  13. SchemaMedicalSpecialty? relevantSpecialty,
  14. SchemaMedicalStudy? study,
  15. String? bodyLocation,
  16. String? followup,
  17. String? howPerformed,
  18. dynamic preparation,
  19. SchemaMedicalProcedureType? procedureType,
  20. dynamic status,
  21. String? additionalType,
  22. String? alternateName,
  23. dynamic description,
  24. String? disambiguatingDescription,
  25. dynamic identifier,
  26. dynamic image,
  27. dynamic mainEntityOfPage,
  28. String? name,
  29. SchemaAction? potentialAction,
  30. String? sameAs,
  31. dynamic subjectOf,
  32. String? url,
})

Create a new instance of SchemaMedicalTherapy

Implementation

SchemaMedicalTherapy({
  this.contraindication,
  this.duplicateTherapy,
  this.seriousAdverseOutcome,
  this.adverseOutcome,
  this.doseSchedule,
  this.drug,
  this.code,
  this.funding,
  this.guideline,
  this.legalStatus,
  this.medicineSystem,
  this.recognizingAuthority,
  this.relevantSpecialty,
  this.study,
  this.bodyLocation,
  this.followup,
  this.howPerformed,
  this.preparation,
  this.procedureType,
  this.status,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});