pub struct CRI {
pub _01: Option<E875>,
pub _02: Option<E1029>,
pub _03: Option<E1203>,
pub _04: Option<E1073>,
pub _05: Option<E594>,
pub _06: E1032,
pub _07: Option<String>,
pub _08: Option<String>,
pub _09: Option<E1129>,
pub _10: Option<E9>,
pub _11: Option<E1321>,
}Expand description
CRI - Claim Report Information
To provide claim status and reporting information for an injury, illness, or incident
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 875 | Maintenance Type Code | 1 | X | ID | 3/3 |
| 02 | 1029 | Claim Status Code | 1 | O | ID | 1/2 |
| 03 | 1203 | Maintenance Reason Code | 1 | O | ID | 2/3 |
| 04 | 1073 | Yes/No Condition or Response Code | 1 | O | ID | 1/1 |
| 05 | 594 | Frequency Code | 1 | O | ID | 1/1 |
| 06 | 1032 | Claim Filing Indicator Code | 1 | M | ID | 1/2 |
| 07 | 1250 | Date Time Period Format Qualifier | 1 | X | ID | 2/3 |
| 08 | 1251 | Date Time Period | 1 | X | AN | 1/35 |
| 09 | 1129 | Adjustment Reason Code Characteristic | 1 | O | ID | 1/2 |
| 10 | 9 | Late Reason Code | 1 | O | ID | 2/2 |
| 11 | 1321 | Condition Indicator | 1 | O | ID | 2/3 |
Fields§
§_01: Option<E875>§_02: Option<E1029>§_03: Option<E1203>§_04: Option<E1073>§_05: Option<E594>§_06: E1032§_07: Option<String>§_08: Option<String>§_09: Option<E1129>§_10: Option<E9>§_11: Option<E1321>Trait Implementations§
Source§impl<'de> Deserialize<'de> for CRI
impl<'de> Deserialize<'de> for CRI
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
impl Eq for CRI
impl StructuralPartialEq for CRI
Auto Trait Implementations§
impl Freeze for CRI
impl RefUnwindSafe for CRI
impl Send for CRI
impl Sync for CRI
impl Unpin for CRI
impl UnsafeUnpin for CRI
impl UnwindSafe for CRI
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
Source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
Source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
Source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP