A simple ViewSet for viewing and editing accounts.

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

{
    "count": 2830,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2432",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2416",
    "results": [
        {
            "id": 774,
            "patient": 19174,
            "order": 20072,
            "height": null,
            "weight": null
        },
        {
            "id": 2419,
            "patient": 26197,
            "order": 20075,
            "height": null,
            "weight": null
        },
        {
            "id": 2420,
            "patient": 15186,
            "order": 20077,
            "height": null,
            "weight": null
        },
        {
            "id": 2422,
            "patient": 26198,
            "order": 20078,
            "height": null,
            "weight": null
        },
        {
            "id": 2421,
            "patient": 26198,
            "order": 20078,
            "height": null,
            "weight": null
        },
        {
            "id": 2423,
            "patient": 26198,
            "order": 20078,
            "height": null,
            "weight": null
        },
        {
            "id": 2424,
            "patient": 16221,
            "order": 20080,
            "height": null,
            "weight": null
        },
        {
            "id": 2425,
            "patient": 26210,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}