SchemaMedicalTherapy constructor

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

Create a new instance of SchemaMedicalTherapy

Implementation

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