---
title: "List a performed charge line's take-home component dispenses (per-component
disposition). A charge fans out to N component transactions; the ones dispensed
take-home (DispenseType=Prescription) may have a deferred SIG. This returns each
with whether its SIG/label is filled, so the UI can walk the unfilled ones
through the post-dispense prescription flow and clear the SIG_REQUIRED convert
block. See docs/june-updates/charge-component-disposition.md."
method: GET
path: "/Estimates/{id}/items/{lineId}/take-home-components"
tags: ["Estimates"]
---

# List a performed charge line's take-home component dispenses (per-component
disposition). A charge fans out to N component transactions; the ones dispensed
take-home (DispenseType=Prescription) may have a deferred SIG. This returns each
with whether its SIG/label is filled, so the UI can walk the unfilled ones
through the post-dispense prescription flow and clear the SIG_REQUIRED convert
block. See docs/june-updates/charge-component-disposition.md.

`GET /Estimates/{id}/items/{lineId}/take-home-components`

## Path parameters

- `id` string, required
- `lineId` string, required

## Response `200`

OK

- ChargeTakeHomeComponentDto[]
  - `transactionId` string — The dispense transaction to attach the prescription to.
  - `inventoryItemId` string
  - `itemName` string
  - `quantity` union — Quantity dispensed for this component (absolute, positive).
    - number, double
    - string, double
  - `sigFilled` boolean — True once a PrescriptionItem (the SIG/label) has been filled for this transaction.

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
