A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1928
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=1936",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1920",
    "results": [
        {
            "id": 1896,
            "patient": 25027,
            "order": 18538,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1927,
            "patient": 25084,
            "order": 18627,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1897,
            "patient": 25029,
            "order": 18547,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1928,
            "patient": 25087,
            "order": 18639,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1929,
            "patient": 25088,
            "order": 18640,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1930,
            "patient": 25089,
            "order": 18641,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1931,
            "patient": 25090,
            "order": 18642,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1932,
            "patient": 21729,
            "order": 18646,
            "height": null,
            "weight": null
        }
    ]
}