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:
@@ -181,7 +181,7 @@ pub struct HistologyReevaluationRequest {
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct MtbMedicationRecommendation {
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub category: Option<MtbMedicationRecommendationCategoryCoding>,
|
||||
pub category: Option<Vec<MtbMedicationRecommendationCategoryCoding>>,
|
||||
|
||||
pub id: String,
|
||||
|
||||
@@ -1898,6 +1898,9 @@ pub enum Chromosome {
|
||||
|
||||
#[serde(rename = "chrY")]
|
||||
ChrY,
|
||||
|
||||
#[serde(rename = "chrMT")]
|
||||
ChrMt,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user