A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3287,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2064",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2048",
    "results": [
        {
            "id": 2253,
            "patient": 25637,
            "order": 19467,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2034,
            "patient": 25255,
            "order": 18861,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2255,
            "patient": 25639,
            "order": 19467,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2035,
            "patient": 25256,
            "order": 18862,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2258,
            "patient": 25646,
            "order": 19468,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2036,
            "patient": 25257,
            "order": 18863,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2037,
            "patient": 25257,
            "order": 18863,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 2260,
            "patient": 25655,
            "order": 19485,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}