pub enum EvidenceVariableEvent {
ConditionDetection,
ConditionTreatment,
HospitalAdmission,
HospitalDischarge,
OperativeProcedure,
StudyStart,
TreatmentStart,
}Expand description
EvidenceVariableEvent. The event used as a base point (reference point) in time.
FHIR version: 5.0.0.
Variants§
ConditionDetection
condition-detection
Detection of Condition. The time of first detection of the condition
ConditionTreatment
condition-treatment
Treatment of Condition. The time of first treatment of the condition
HospitalAdmission
hospital-admission
Hospital Admission. The time of admission to the hospital
HospitalDischarge
hospital-discharge
Hospital Discharge. The time of discharge from the hospital
OperativeProcedure
operative-procedure
Operative Procedure. The time of surgery
StudyStart
study-start
Study Start. The time of enrollment for the study participant
TreatmentStart
treatment-start
Start of Treatment. The time of initiation of the treatment
Trait Implementations§
Source§impl AsRef<str> for EvidenceVariableEvent
impl AsRef<str> for EvidenceVariableEvent
Source§impl Clone for EvidenceVariableEvent
impl Clone for EvidenceVariableEvent
Source§fn clone(&self) -> EvidenceVariableEvent
fn clone(&self) -> EvidenceVariableEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EvidenceVariableEvent
impl Debug for EvidenceVariableEvent
Source§impl<'de> Deserialize<'de> for EvidenceVariableEvent
impl<'de> Deserialize<'de> for EvidenceVariableEvent
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for EvidenceVariableEvent
impl Display for EvidenceVariableEvent
Source§impl From<EvidenceVariableEvent> for CodeableConcept
impl From<EvidenceVariableEvent> for CodeableConcept
Source§fn from(code: EvidenceVariableEvent) -> Self
fn from(code: EvidenceVariableEvent) -> Self
Converts to this type from the input type.
Source§impl From<EvidenceVariableEvent> for Coding
impl From<EvidenceVariableEvent> for Coding
Source§fn from(code: EvidenceVariableEvent) -> Self
fn from(code: EvidenceVariableEvent) -> Self
Converts to this type from the input type.
Source§impl FromStr for EvidenceVariableEvent
impl FromStr for EvidenceVariableEvent
Source§impl Hash for EvidenceVariableEvent
impl Hash for EvidenceVariableEvent
Source§impl PartialEq for EvidenceVariableEvent
impl PartialEq for EvidenceVariableEvent
Source§fn eq(&self, other: &EvidenceVariableEvent) -> bool
fn eq(&self, other: &EvidenceVariableEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EvidenceVariableEvent
impl Serialize for EvidenceVariableEvent
impl Copy for EvidenceVariableEvent
impl Eq for EvidenceVariableEvent
impl StructuralPartialEq for EvidenceVariableEvent
Auto Trait Implementations§
impl Freeze for EvidenceVariableEvent
impl RefUnwindSafe for EvidenceVariableEvent
impl Send for EvidenceVariableEvent
impl Sync for EvidenceVariableEvent
impl Unpin for EvidenceVariableEvent
impl UnsafeUnpin for EvidenceVariableEvent
impl UnwindSafe for EvidenceVariableEvent
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