pub struct PatientId(/* private fields */);Expand description
ID of a patient in Orthanc.
Implementations§
Trait Implementations§
Source§impl AnonymizableId for PatientId
impl AnonymizableId for PatientId
Source§fn anonymize_uri(&self) -> String
fn anonymize_uri(&self) -> String
Get the API URI for anonymizing this resource.
Source§impl<'de> Deserialize<'de> for PatientId
impl<'de> Deserialize<'de> for PatientId
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl ResourceId for PatientId
impl ResourceId for PatientId
impl Eq for PatientId
impl StructuralPartialEq for PatientId
Auto Trait Implementations§
impl Freeze for PatientId
impl RefUnwindSafe for PatientId
impl Send for PatientId
impl Sync for PatientId
impl Unpin for PatientId
impl UnwindSafe for PatientId
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,
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moreSource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more