SchemaPsychologicalTreatment constructor

SchemaPsychologicalTreatment({
  1. SchemaMedicalEntity? adverseOutcome,
  2. SchemaDoseSchedule? doseSchedule,
  3. SchemaDrug? drug,
  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. String? additionalType,
  19. String? alternateName,
  20. dynamic description,
  21. String? disambiguatingDescription,
  22. dynamic identifier,
  23. dynamic image,
  24. dynamic mainEntityOfPage,
  25. String? name,
  26. SchemaAction? potentialAction,
  27. String? sameAs,
  28. dynamic subjectOf,
  29. String? url,
})

Create a new instance of SchemaPsychologicalTreatment

Implementation

SchemaPsychologicalTreatment({
  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,
});