Skip to content

Commit

Permalink
Add trackingList item to openapi schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dcloud committed Mar 25, 2024
1 parent 1e8d10e commit 7bea684
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
25 changes: 25 additions & 0 deletions modules/my_health/docs/openapi_merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2713,6 +2713,31 @@ components:
example: Rx Medication
trackingList:
type: array
items:
type: object
properties:
carrier:
type: string
completeDateTime:
type: datetime
dateLoaded:
type: datetime
dialDivisionPhone:
type: string
divisionPhone:
type: string
ndc:
type: string
othersInSamePackage:
type: boolean
rxNumber:
type: string
stationNumber:
type: string
trackingNumber:
type: string
viewImageDisplayed:
type: boolean
example: []
rxRfRecords:
type: array
Expand Down
25 changes: 25 additions & 0 deletions modules/my_health/docs/schemas/PrescriptionDetail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,31 @@ properties:
example: "Rx Medication"
trackingList:
type: array
items:
type: object
properties:
carrier:
type: string
completeDateTime:
type: datetime
dateLoaded:
type: datetime
dialDivisionPhone:
type: string
divisionPhone:
type: string
ndc:
type: string
othersInSamePackage:
type: boolean
rxNumber:
type: string
stationNumber:
type: string
trackingNumber:
type: string
viewImageDisplayed:
type: boolean
example: []
rxRfRecords:
type: array
Expand Down

0 comments on commit 7bea684

Please sign in to comment.