A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3213,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2968",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=2952",
    "results": [
        {
            "id": 3092,
            "patient": 28080,
            "order": 22732,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3094,
            "patient": 28083,
            "order": 22733,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3096,
            "patient": 28086,
            "order": 22739,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3098,
            "patient": 28092,
            "order": 22746,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3100,
            "patient": 28097,
            "order": 22759,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3102,
            "patient": 28099,
            "order": 22762,
            "height": null,
            "weight": null
        },
        {
            "id": 3104,
            "patient": 28107,
            "order": null,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 3106,
            "patient": 28116,
            "order": 22785,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}