A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2845,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1784",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1768",
    "results": [
        {
            "id": 1698,
            "patient": 24747,
            "order": 18144,
            "height": null,
            "weight": null
        },
        {
            "id": 1700,
            "patient": 24754,
            "order": 18151,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1702,
            "patient": 24756,
            "order": 18153,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1704,
            "patient": 24758,
            "order": 18156,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1706,
            "patient": 24760,
            "order": 18160,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1708,
            "patient": 24766,
            "order": 18167,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1710,
            "patient": 24768,
            "order": 18170,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1713,
            "patient": 24778,
            "order": 18179,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}