A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1496
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3296,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1504",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1488",
    "results": [
        {
            "id": 1697,
            "patient": 24746,
            "order": 18142,
            "height": null,
            "weight": null
        },
        {
            "id": 1699,
            "patient": 24751,
            "order": 18146,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1701,
            "patient": 24755,
            "order": 18154,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1703,
            "patient": 24757,
            "order": 18155,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1705,
            "patient": 24759,
            "order": 18157,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1707,
            "patient": 24765,
            "order": 18166,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1709,
            "patient": 24767,
            "order": 18168,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1711,
            "patient": 24770,
            "order": 18172,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}