A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3669,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1832",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1816",
    "results": [
        {
            "id": 1789,
            "patient": 24890,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1791,
            "patient": 24891,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1793,
            "patient": 24892,
            "order": 18355,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1796,
            "patient": 24895,
            "order": 18357,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1794,
            "patient": 24894,
            "order": 18357,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1798,
            "patient": 24897,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1800,
            "patient": 24899,
            "order": 18361,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1802,
            "patient": 24900,
            "order": 18362,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}