pub struct EvidenceStatisticBackboneElement {Show 13 fields
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 statistic_type: Option<CodeableConcept>,
pub category: Option<CodeableConcept>,
pub quantity: Option<Quantity>,
pub number_of_events: Option<UnsignedIntDt>,
pub number_affected: Option<UnsignedIntDt>,
pub sample_size: Option<EvidenceStatisticSampleSizeBackboneElement>,
pub attribute_estimate: Option<Vec<EvidenceStatisticAttributeEstimateBackboneElement>>,
pub model_characteristic: Option<Vec<EvidenceStatisticModelCharacteristicBackboneElement>>,
}
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>
Description of content
note: Option<Vec<Annotation>>
Footnotes and/or explanatory notes
statistic_type: Option<CodeableConcept>
Type of statistic, e.g., relative risk
category: Option<CodeableConcept>
Associated category for categorical variable
quantity: Option<Quantity>
Statistic value
number_of_events: Option<UnsignedIntDt>
The number of events associated with the statistic
number_affected: Option<UnsignedIntDt>
The number of participants affected
sample_size: Option<EvidenceStatisticSampleSizeBackboneElement>
Number of samples in the statistic
attribute_estimate: Option<Vec<EvidenceStatisticAttributeEstimateBackboneElement>>
An attribute of the Statistic
model_characteristic: Option<Vec<EvidenceStatisticModelCharacteristicBackboneElement>>
An aspect of the statistical model
Trait Implementations§
Source§impl Clone for EvidenceStatisticBackboneElement
impl Clone for EvidenceStatisticBackboneElement
Source§fn clone(&self) -> EvidenceStatisticBackboneElement
fn clone(&self) -> EvidenceStatisticBackboneElement
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 EvidenceStatisticBackboneElement
impl Convert for EvidenceStatisticBackboneElement
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 EvidenceStatisticBackboneElement
impl Default for EvidenceStatisticBackboneElement
Source§fn default() -> EvidenceStatisticBackboneElement
fn default() -> EvidenceStatisticBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EvidenceStatisticBackboneElement
impl<'de> Deserialize<'de> for EvidenceStatisticBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Source§impl Executor for EvidenceStatisticBackboneElement
impl Executor for EvidenceStatisticBackboneElement
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 EvidenceStatisticBackboneElement
Auto Trait Implementations§
impl Freeze for EvidenceStatisticBackboneElement
impl RefUnwindSafe for EvidenceStatisticBackboneElement
impl Send for EvidenceStatisticBackboneElement
impl Sync for EvidenceStatisticBackboneElement
impl Unpin for EvidenceStatisticBackboneElement
impl UnwindSafe for EvidenceStatisticBackboneElement
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