mirror of
https://github.com/dnpm-dip/mv64e-mtb-dto-java.git
synced 2025-07-02 02:32:55 +00:00
@ -7,7 +7,6 @@ public class Mtb {
|
||||
private List<MtbCarePlan> carePlans;
|
||||
private List<ClaimResponse> claimResponses;
|
||||
private List<Claim> claims;
|
||||
private Consent consent;
|
||||
private List<MtbDiagnosis> diagnoses;
|
||||
private List<PerformanceStatus> ecogStatus;
|
||||
private MtbEpisode episode;
|
||||
@ -38,11 +37,6 @@ public class Mtb {
|
||||
@JsonProperty("claims")
|
||||
public void setClaims(List<Claim> value) { this.claims = value; }
|
||||
|
||||
@JsonProperty("consent")
|
||||
public Consent getConsent() { return consent; }
|
||||
@JsonProperty("consent")
|
||||
public void setConsent(Consent value) { this.consent = value; }
|
||||
|
||||
@JsonProperty("diagnoses")
|
||||
public List<MtbDiagnosis> getDiagnoses() { return diagnoses; }
|
||||
@JsonProperty("diagnoses")
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user