mirror of
https://github.com/dnpm-dip/mv64e-mtb-dto-rs.git
synced 2025-09-13 10:42:52 +00:00
@@ -181,7 +181,7 @@ pub struct HistologyReevaluationRequest {
|
|||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct MtbMedicationRecommendation {
|
pub struct MtbMedicationRecommendation {
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub category: Option<MtbMedicationRecommendationCategoryCoding>,
|
pub category: Option<Vec<MtbMedicationRecommendationCategoryCoding>>,
|
||||||
|
|
||||||
pub id: String,
|
pub id: String,
|
||||||
|
|
||||||
@@ -1898,6 +1898,9 @@ pub enum Chromosome {
|
|||||||
|
|
||||||
#[serde(rename = "chrY")]
|
#[serde(rename = "chrY")]
|
||||||
ChrY,
|
ChrY,
|
||||||
|
|
||||||
|
#[serde(rename = "chrMT")]
|
||||||
|
ChrMt,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize)]
|
#[derive(Debug, Serialize, Deserialize)]
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user