SchemaPatient constructor
SchemaPatient({
- SchemaMedicalCondition? diagnosis,
- SchemaDrug? drug,
- SchemaMedicalCondition? healthCondition,
- String? additionalName,
- dynamic address,
- SchemaOrganization? affiliation,
- SchemaInteractionCounter? agentInteractionStatistic,
- dynamic alumniOf,
- String? award,
- String? awards,
- String? birthDate,
- SchemaPlace? birthPlace,
- dynamic brand,
- String? callSign,
- SchemaPerson? children,
- dynamic colleague,
- SchemaPerson? colleagues,
- SchemaContactPoint? contactPoint,
- SchemaContactPoint? contactPoints,
- String? deathDate,
- SchemaPlace? deathPlace,
- String? duns,
- String? email,
- String? familyName,
- String? faxNumber,
- SchemaPerson? follows,
- dynamic funder,
- SchemaGrant? funding,
- dynamic gender,
- String? givenName,
- String? globalLocationNumber,
- SchemaCertification? hasCertification,
- SchemaEducationalOccupationalCredential? hasCredential,
- SchemaOccupation? hasOccupation,
- SchemaOfferCatalog? hasOfferCatalog,
- SchemaPlace? hasPOS,
- dynamic height,
- dynamic homeLocation,
- String? honorificPrefix,
- String? honorificSuffix,
- SchemaInteractionCounter? interactionStatistic,
- String? isicV4,
- dynamic jobTitle,
- SchemaPerson? knows,
- dynamic knowsAbout,
- dynamic knowsLanguage,
- SchemaOffer? makesOffer,
- dynamic memberOf,
- String? naics,
- SchemaCountry? nationality,
- dynamic netWorth,
- dynamic owns,
- SchemaPerson? parent,
- SchemaPerson? parents,
- SchemaEvent? performerIn,
- dynamic publishingPrinciples,
- SchemaDemand? seeks,
- SchemaPerson? sibling,
- SchemaPerson? siblings,
- dynamic sponsor,
- SchemaPerson? spouse,
- String? taxID,
- String? telephone,
- String? vatID,
- SchemaQuantitativeValue? weight,
- dynamic workLocation,
- SchemaOrganization? worksFor,
- String? audienceType,
- SchemaAdministrativeArea? geographicArea,
- String? requiredGender,
- int? requiredMaxAge,
- int? requiredMinAge,
- SchemaQuantitativeValue? suggestedAge,
- dynamic suggestedGender,
- int? suggestedMaxAge,
- SchemaQuantitativeValue? suggestedMeasurement,
- int? suggestedMinAge,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
Create a new instance of SchemaPatient
Implementation
SchemaPatient({
this.diagnosis,
this.drug,
this.healthCondition,
this.additionalName,
this.address,
this.affiliation,
this.agentInteractionStatistic,
this.alumniOf,
this.award,
this.awards,
this.birthDate,
this.birthPlace,
this.brand,
this.callSign,
this.children,
this.colleague,
this.colleagues,
this.contactPoint,
this.contactPoints,
this.deathDate,
this.deathPlace,
this.duns,
this.email,
this.familyName,
this.faxNumber,
this.follows,
this.funder,
this.funding,
this.gender,
this.givenName,
this.globalLocationNumber,
this.hasCertification,
this.hasCredential,
this.hasOccupation,
this.hasOfferCatalog,
this.hasPOS,
this.height,
this.homeLocation,
this.honorificPrefix,
this.honorificSuffix,
this.interactionStatistic,
this.isicV4,
this.jobTitle,
this.knows,
this.knowsAbout,
this.knowsLanguage,
this.makesOffer,
this.memberOf,
this.naics,
this.nationality,
this.netWorth,
this.owns,
this.parent,
this.parents,
this.performerIn,
this.publishingPrinciples,
this.relatedTo,
this.seeks,
this.sibling,
this.siblings,
this.sponsor,
this.spouse,
this.taxID,
this.telephone,
this.vatID,
this.weight,
this.workLocation,
this.worksFor,
this.audienceType,
this.geographicArea,
this.requiredGender,
this.requiredMaxAge,
this.requiredMinAge,
this.suggestedAge,
this.suggestedGender,
this.suggestedMaxAge,
this.suggestedMeasurement,
this.suggestedMinAge,
this.additionalType,
this.alternateName,
this.description,
this.disambiguatingDescription,
this.identifier,
this.image,
this.mainEntityOfPage,
this.name,
this.potentialAction,
this.sameAs,
this.subjectOf,
this.url,
});