pub struct EvidenceStatisticAttributeEstimateBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub description: Option<MarkdownDt>,
pub note: Option<Vec<Annotation>>,
pub type_: Option<CodeableConcept>,
pub quantity: Option<Quantity>,
pub level: Option<DecimalDt>,
pub range: Option<Range>,
pub attribute_estimate: Option<Vec<EvidenceStatisticAttributeEstimateBackboneElement>>,
}
Fields§
§id: Option<String>
Unique id for inter-element referencing
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored even if unrecognized
description: Option<MarkdownDt>
Textual description of the attribute estimate
note: Option<Vec<Annotation>>
Footnote or explanatory note about the estimate
type_: Option<CodeableConcept>
The type of attribute estimate, e.g., confidence interval or p value
quantity: Option<Quantity>
The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure
level: Option<DecimalDt>
Level of confidence interval, e.g., 0.95 for 95% confidence interval
range: Option<Range>
Lower and upper bound values of the attribute estimate
attribute_estimate: Option<Vec<EvidenceStatisticAttributeEstimateBackboneElement>>
A nested attribute estimate; which is the attribute estimate of an attribute estimate
Trait Implementations§
Source§impl Clone for EvidenceStatisticAttributeEstimateBackboneElement
impl Clone for EvidenceStatisticAttributeEstimateBackboneElement
Source§fn clone(&self) -> EvidenceStatisticAttributeEstimateBackboneElement
fn clone(&self) -> EvidenceStatisticAttributeEstimateBackboneElement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Convert for EvidenceStatisticAttributeEstimateBackboneElement
impl Convert for EvidenceStatisticAttributeEstimateBackboneElement
fn to_integer(&self) -> Result<Integer>
fn to_decimal(&self) -> Result<Decimal>
fn to_strings(&self) -> Result<String>
fn to_datetime(&self) -> Result<DateTime>
fn to_boolean(&self) -> Result<Boolean>
Source§impl Default for EvidenceStatisticAttributeEstimateBackboneElement
impl Default for EvidenceStatisticAttributeEstimateBackboneElement
Source§fn default() -> EvidenceStatisticAttributeEstimateBackboneElement
fn default() -> EvidenceStatisticAttributeEstimateBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EvidenceStatisticAttributeEstimateBackboneElement
impl<'de> Deserialize<'de> for EvidenceStatisticAttributeEstimateBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Source§impl Executor for EvidenceStatisticAttributeEstimateBackboneElement
impl Executor for EvidenceStatisticAttributeEstimateBackboneElement
fn element(&self, symbol: &String, index: &Option<usize>) -> Result<Collection>
fn to_collection(&self, index: &Option<usize>) -> Collection
fn child(&self, _index: usize) -> Result<Collection>
impl DataType for EvidenceStatisticAttributeEstimateBackboneElement
Auto Trait Implementations§
impl Freeze for EvidenceStatisticAttributeEstimateBackboneElement
impl RefUnwindSafe for EvidenceStatisticAttributeEstimateBackboneElement
impl Send for EvidenceStatisticAttributeEstimateBackboneElement
impl Sync for EvidenceStatisticAttributeEstimateBackboneElement
impl Unpin for EvidenceStatisticAttributeEstimateBackboneElement
impl UnwindSafe for EvidenceStatisticAttributeEstimateBackboneElement
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more