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

chore: update data model

Changes due to:
* 523a251bcc
* a80573f086
This commit is contained in:
2025-07-04 07:53:16 +02:00
parent 65099729a2
commit 64bfc037f7
2 changed files with 2054 additions and 1442 deletions

View File

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