Skip to content

Commit

Permalink
chore: Align with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGT96 committed Nov 13, 2024
1 parent 57cd95a commit 4c53df2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions api/oh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6235,12 +6235,12 @@ components:
description: lock
format: int32
example: 0
opd:
type: boolean
female:
type: boolean
male:
type: boolean
opd:
type: boolean
pharmacy:
type: boolean
PatientDTO:
Expand Down Expand Up @@ -6961,11 +6961,11 @@ components:
type: string
description: "Flag record deleted, values are 'Y' OR 'N' "
example: "N"
fhu:
type: string
yprog:
type: integer
format: int32
fhu:
type: string
description: The admission
AdmissionTypeDTO:
required:
Expand Down
8 changes: 4 additions & 4 deletions src/generated/models/AdmissionDTO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,13 @@ export interface AdmissionDTO {
*/
deleted: string;
/**
* @type {string}
* @type {number}
* @memberof AdmissionDTO
*/
fhu?: string;
yprog?: number;
/**
* @type {number}
* @type {string}
* @memberof AdmissionDTO
*/
yprog?: number;
fhu?: string;
}
6 changes: 3 additions & 3 deletions src/generated/models/WardDTO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ export interface WardDTO {
* @type {boolean}
* @memberof WardDTO
*/
opd?: boolean;
female?: boolean;
/**
* @type {boolean}
* @memberof WardDTO
*/
female?: boolean;
male?: boolean;
/**
* @type {boolean}
* @memberof WardDTO
*/
male?: boolean;
opd?: boolean;
/**
* @type {boolean}
* @memberof WardDTO
Expand Down

0 comments on commit 4c53df2

Please sign in to comment.