1
0
mirror of https://github.com/dnpm-dip/mv64e-mtb-dto-rs.git synced 2025-09-13 10:42:52 +00:00

Merge pull request #10 from pcvolkmer/update_datamodel

This commit is contained in:
2025-07-04 08:02:01 +02:00
committed by GitHub
2 changed files with 2054 additions and 1442 deletions

View File

@@ -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