NutritionOrderEnteralFormula class

Annotations
  • @freezed

Constructors

NutritionOrderEnteralFormula({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, @JsonKey(name: 'fhir_comments') List<String>? fhirComments, CodeableConcept? baseFormulaType, String? baseFormulaProductName, @JsonKey(name: '_baseFormulaProductName') Element? baseFormulaProductNameElement, CodeableConcept? additiveType, @JsonKey(name: '_additiveProductName') Element? additiveProductNameElement, String? additiveProductName, Quantity? caloricDensity, CodeableConcept? routeofAdministration, List<NutritionOrderEnteralFormulaAdministration>? administration, Quantity? maxVolumeToDeliver, String? administrationInstruction, @JsonKey(name: '_administrationInstruction') Element? administrationInstructionElement})
const
factory
NutritionOrderEnteralFormula.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
NutritionOrderEnteralFormula.fromJsonString(String source)
Acts like a constructor, returns a NutritionOrderEnteralFormula, accepts a String as an argument, mostly because I got tired of typing it out
factory
NutritionOrderEnteralFormula.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

additiveProductName String?
no setterinherited
additiveProductNameElement Element?
no setterinherited
additiveType CodeableConcept?
no setterinherited
administration List<NutritionOrderEnteralFormulaAdministration>?
no setterinherited
administrationInstruction String?
no setterinherited
administrationInstructionElement Element?
no setterinherited
baseFormulaProductName String?
no setterinherited
baseFormulaProductNameElement Element?
no setterinherited
baseFormulaType CodeableConcept?
no setterinherited
caloricDensity Quantity?
no setterinherited
copyWith → $NutritionOrderEnteralFormulaCopyWith<NutritionOrderEnteralFormula>
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirComments List<String>?
no setterinherited
fhirId FhirId?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
maxVolumeToDeliver Quantity?
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
routeofAdministration CodeableConcept?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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