CapabilityStatementResource class

Annotations
  • @freezed

Constructors

CapabilityStatementResource({String? type, @JsonKey(name: '_type') Element? typeElement, Reference? profile, String? documentation, @JsonKey(name: '_documentation') Element? documentationElement, required List<CapabilityStatementInteraction> interaction, CapabilityStatementResourceVersioning? versioning, @JsonKey(name: '_versioning') Element? versioningElement, FhirBoolean? readHistory, @JsonKey(name: '_readHistory') Element? readHistoryElement, FhirBoolean? updateCreate, @JsonKey(name: '_updateCreate') Element? updateCreateElement, FhirBoolean? conditionalCreate, @JsonKey(name: '_conditionalCreate') Element? conditionalCreateElement, CapabilityStatementResourceConditionalRead? conditionalRead, @JsonKey(name: '_conditionalRead') Element? conditionalReadElement, FhirBoolean? conditionalUpdate, @JsonKey(name: '_conditionalUpdate') Element? conditionalUpdateElement, CapabilityStatementResourceConditionalDelete? conditionalDelete, @JsonKey(name: '_conditionalDelete') Element? conditionalDeleteElement, List<CapabilityStatementResourceReferencePolicy>? referencePolicy, @JsonKey(name: '_referencePolicy') List<Element?>? referencePolicyElement, List<String>? searchInclude, @JsonKey(name: '_searchInclude') List<Element?>? searchIncludeElement, List<String>? searchRevInclude, @JsonKey(name: '_searchRevInclude') List<Element?>? searchRevIncludeElement, List<CapabilityStatementSearchParam>? searchParam})
const
factory
CapabilityStatementResource.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
CapabilityStatementResource.fromJsonString(String source)
Acts like a constructor, returns a CapabilityStatementResource, accepts a String as an argument, mostly because I got tired of typing it out
factory
CapabilityStatementResource.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

conditionalCreate FhirBoolean?
no setterinherited
conditionalCreateElement Element?
no setterinherited
conditionalDelete CapabilityStatementResourceConditionalDelete?
no setterinherited
conditionalDeleteElement Element?
no setterinherited
conditionalRead CapabilityStatementResourceConditionalRead?
no setterinherited
conditionalReadElement Element?
no setterinherited
conditionalUpdate FhirBoolean?
no setterinherited
conditionalUpdateElement Element?
no setterinherited
copyWith → $CapabilityStatementResourceCopyWith<CapabilityStatementResource>
no setterinherited
documentation String?
no setterinherited
documentationElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
interaction List<CapabilityStatementInteraction>
no setterinherited
profile Reference?
no setterinherited
readHistory FhirBoolean?
no setterinherited
readHistoryElement Element?
no setterinherited
referencePolicy List<CapabilityStatementResourceReferencePolicy>?
no setterinherited
referencePolicyElement List<Element?>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchInclude List<String>?
no setterinherited
searchIncludeElement List<Element?>?
no setterinherited
searchParam List<CapabilityStatementSearchParam>?
no setterinherited
searchRevInclude List<String>?
no setterinherited
searchRevIncludeElement List<Element?>?
no setterinherited
type String?
no setterinherited
typeElement Element?
no setterinherited
updateCreate FhirBoolean?
no setterinherited
updateCreateElement Element?
no setterinherited
versioning CapabilityStatementResourceVersioning?
no setterinherited
versioningElement Element?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

operator ==(Object other) bool
The equality operator.
inherited