SchemaRadiationTherapy constructor

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

Create a new instance of SchemaRadiationTherapy

Implementation

SchemaRadiationTherapy({
  super.additionalType,
  super.adverseOutcome,
  super.alternateName,
  super.bodyLocation,
  super.code,
  super.contraindication,
  super.description,
  super.disambiguatingDescription,
  super.doseSchedule,
  super.drug,
  super.duplicateTherapy,
  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.seriousAdverseOutcome,
  super.status,
  super.study,
  super.subjectOf,
  super.url,
});