ContractTerm class
ContractTerm Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.
- Implemented types
- Annotations
-
- @freezed
Constructors
-
ContractTerm.new({String? id, @JsonKey(name: 'extension') List<
FhirExtension> ? extension_, List<FhirExtension> ? modifierExtension, Identifier? identifier, FhirDateTime? issued, @JsonKey(name: '_issued') PrimitiveElement? issuedElement, Period? applies, CodeableConcept? topicCodeableConcept, Reference? topicReference, CodeableConcept? type, CodeableConcept? subType, String? text, @JsonKey(name: '_text') PrimitiveElement? textElement, List<ContractSecurityLabel> ? securityLabel, required ContractOffer offer, List<ContractAsset> ? asset, List<ContractAction> ? action, List<ContractTerm> ? group}) -
ContractTerm Legally enforceable, formally recorded unilateral or
bilateral directive i.e., a policy or agreement.
constfactory
-
ContractTerm.fromJson(Map<
String, dynamic> json) -
Factory constructor, accepts Map<String, dynamic> as an argument
factory
- ContractTerm.fromJsonString(String source)
-
Acts like a constructor, returns a ContractTerm, accepts a
String as an argument, mostly because I got tired of typing it out
factory
- ContractTerm.fromYaml(dynamic yaml)
-
Factory constructor that accepts a String in YAML format as an argument
factory
Properties
-
action
→ List<
ContractAction> ? -
action
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.no setterinherited - applies → Period?
-
applies
Relevant time or time-period when this Contract Provision is applicable.no setterinherited -
asset
→ List<
ContractAsset> ? -
asset
Contract Term Asset List.no setterinherited -
children
→ List<
FhirBase> -
no setterinherited
-
copyWith
→ $ContractTermCopyWith<
ContractTerm> -
no setterinherited
-
extension_
→ List<
FhirExtension> ? -
extension_
("extension") May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.no setterinherited - fhirType → String
-
no setteroverride
-
formatCommentsPost
→ List<
String> -
no setterinherited
-
formatCommentsPre
→ List<
String> -
no setterinherited
-
group
→ List<
ContractTerm> ? -
group
Nested group of Contract Provisions.no setterinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
id
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.no setterinherited - identifier → Identifier?
-
identifier
Unique identifier for this particular Contract Provision.no setterinherited - isPrimitive → bool
-
no setterinherited
- issued → FhirDateTime?
-
issued
When this Contract Provision was issued.no setterinherited - issuedElement → PrimitiveElement?
-
issuedElement
("_issued") Extensions for issuedno setterinherited -
modifierExtension
→ List<
FhirExtension> ? -
modifierExtension
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).no setterinherited -
namedChildren
→ Map<
String, FhirBase> -
no setterinherited
- offer → ContractOffer
-
offer
The matter of concern in the context of this provision of the agrement.no setterinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityLabel
→ List<
ContractSecurityLabel> ? -
securityLabel
Security labels that protect the handling of information about the term and its elements, which may be specifically identified.no setterinherited - subType → CodeableConcept?
-
subType
A specialized legal clause or condition based on overarching contract type.no setterinherited - text → String?
-
text
Statement of a provision in a policy or a contract.no setterinherited - textElement → PrimitiveElement?
-
textElement
("_text") Extensions for textno setterinherited - topicCodeableConcept → CodeableConcept?
-
topicCodeableConcept
The entity that the term applies to.no setterinherited - topicReference → Reference?
-
topicReference
The entity that the term applies to.no setterinherited - type → CodeableConcept?
-
type
A legal clause or condition contained within a contract that requires one or both parties to perform a particular requirement by some specified time or prevents one or both parties from performing a particular requirement by some specified time.no setterinherited
Methods
-
addAnnotation(
dynamic annotation) → void -
inherited
-
addPropertyChangedListener(
String property, void listener()) → void -
inherited
-
annotations(
Type type) → Iterable -
inherited
-
clearUserData(
String name) → void -
inherited
-
clone(
) → FhirBase -
inherited
-
deepCopy(
) → FhirBase -
inherited
-
getUserData(
String name) → dynamic -
inherited
-
getUserInt(
String name) → int -
inherited
-
getUserString(
String name) → String? -
inherited
-
hasFormatComment(
) → bool -
inherited
-
hasUserData(
String name) → bool -
inherited
-
isEmpty(
) → bool -
inherited
-
isExactly(
FhirBase other) → bool -
inherited
-
matches(
FhirBase other) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyPropertyChanged(
String property) → void -
inherited
-
primitiveValue(
) → String? -
inherited
-
removeAnnotations(
Type type) → void -
inherited
-
removePropertyChangedListener(
String property, void listener()) → void -
inherited
-
setUserData(
String name, dynamic value) → void -
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toJsonString(
) → String -
override
-
toJsonWithType(
) → dynamic -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toYaml(
) → String -
Returns a YAML representation of the FHIR primitive.
override
-
tryGetValue(
String key, dynamic value) → bool -
inherited
-
validate(
) → List< String> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited