pub struct REF {
pub _01: E128,
pub _02: Option<String>,
pub _03: Option<String>,
pub _04: Option<String>,
}Expand description
REF - Reference Information
To specify identifying information
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 128 | Reference Identification Qualifier | 1 | M | ID | 2/3 |
| 02 | 127 | Reference Identification | 1 | M | AN | 1/50 |
| 03 | 352 | Description | 1 | O | AN | 1/80 |
| 04 | C040 | Reference Identifier | 1 | O | C | 1/1 |
Fields§
§_01: E128128 - Reference Identification Qualifier
_02: Option<String>127 - Reference Identification
Reference information as defined for a particular Transaction Set or as specified by the Reference Identification Qualifier
- TYPE=AN
- MIN=1
- MAX=50
_03: Option<String>352 - Description
A free-form description to clarify the related data elements and their content
- TYPE=AN
- MIN=1
- MAX=80
_04: Option<String>C040 - Reference Identifier
To identify one or more areas of the Reference Identifier
- TYPE=C
- MIN=1
- MAX=1
Trait Implementations§
Source§impl<'de> Deserialize<'de> for REF
impl<'de> Deserialize<'de> for REF
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 REF
impl StructuralPartialEq for REF
Source§impl<'v_a> ValidateArgs<'v_a> for REF
impl<'v_a> ValidateArgs<'v_a> for REF
Auto Trait Implementations§
impl Freeze for REF
impl RefUnwindSafe for REF
impl Send for REF
impl Sync for REF
impl Unpin for REF
impl UnsafeUnpin for REF
impl UnwindSafe for REF
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