SchemaMedicalObservationalStudy constructor

SchemaMedicalObservationalStudy({
  1. SchemaMedicalObservationalStudyDesign? studyDesign,
  2. SchemaMedicalCondition? healthCondition,
  3. dynamic sponsor,
  4. dynamic status,
  5. SchemaAdministrativeArea? studyLocation,
  6. SchemaMedicalEntity? studySubject,
  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? additionalType,
  16. String? alternateName,
  17. dynamic description,
  18. String? disambiguatingDescription,
  19. dynamic identifier,
  20. dynamic image,
  21. dynamic mainEntityOfPage,
  22. String? name,
  23. SchemaAction? potentialAction,
  24. String? sameAs,
  25. dynamic subjectOf,
  26. String? url,
})

Create a new instance of SchemaMedicalObservationalStudy

Implementation

SchemaMedicalObservationalStudy({
  this.studyDesign,
  this.healthCondition,
  this.sponsor,
  this.status,
  this.studyLocation,
  this.studySubject,
  this.code,
  this.funding,
  this.guideline,
  this.legalStatus,
  this.medicineSystem,
  this.recognizingAuthority,
  this.relevantSpecialty,
  this.study,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});