SchemaPhysicalTherapy constructor

SchemaPhysicalTherapy({
  1. dynamic contraindication,
  2. SchemaMedicalTherapy? duplicateTherapy,
  3. SchemaMedicalEntity? seriousAdverseOutcome,
  4. SchemaMedicalCode? code,
  5. SchemaGrant? funding,
  6. SchemaMedicalGuideline? guideline,
  7. dynamic legalStatus,
  8. SchemaMedicineSystem? medicineSystem,
  9. SchemaOrganization? recognizingAuthority,
  10. SchemaMedicalSpecialty? relevantSpecialty,
  11. SchemaMedicalStudy? study,
  12. String? bodyLocation,
  13. String? followup,
  14. String? howPerformed,
  15. dynamic preparation,
  16. SchemaMedicalProcedureType? procedureType,
  17. dynamic status,
  18. SchemaMedicalEntity? adverseOutcome,
  19. SchemaDoseSchedule? doseSchedule,
  20. SchemaDrug? drug,
  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 SchemaPhysicalTherapy

Implementation

SchemaPhysicalTherapy({
  this.contraindication,
  this.duplicateTherapy,
  this.seriousAdverseOutcome,
  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.adverseOutcome,
  this.doseSchedule,
  this.drug,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});