A simple ViewSet for viewing and editing accounts.

GET /user_management/patient-info/?format=api&offset=1840
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=1848",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1832",
    "results": [
        {
            "id": 1826,
            "patient": 24932,
            "order": 18408,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1828,
            "patient": 24934,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1830,
            "patient": 24937,
            "order": 18409,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1832,
            "patient": 24939,
            "order": 18353,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1834,
            "patient": 24941,
            "order": 18412,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1850,
            "patient": 523,
            "order": 18439,
            "height": null,
            "weight": null
        },
        {
            "id": 1837,
            "patient": 24944,
            "order": 18418,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1839,
            "patient": 24947,
            "order": 18419,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}