A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2841,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1984",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=1968",
    "results": [
        {
            "id": 1976,
            "patient": 25147,
            "order": 18714,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1977,
            "patient": 25148,
            "order": 18714,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1978,
            "patient": 25149,
            "order": 18727,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1968,
            "patient": 23320,
            "order": 18719,
            "height": null,
            "weight": null
        },
        {
            "id": 1979,
            "patient": 25152,
            "order": 18730,
            "height": null,
            "weight": null
        },
        {
            "id": 1980,
            "patient": 25152,
            "order": 18730,
            "height": null,
            "weight": null
        },
        {
            "id": 1981,
            "patient": 25153,
            "order": 18731,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 1982,
            "patient": 1739,
            "order": 18731,
            "height": null,
            "weight": null
        }
    ]
}