A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3643,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=784",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=768",
    "results": [
        {
            "id": 644,
            "patient": 19823,
            "order": 14362,
            "height": null,
            "weight": null
        },
        {
            "id": 645,
            "patient": 22339,
            "order": 14365,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 735,
            "patient": 22609,
            "order": 14816,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 646,
            "patient": 22343,
            "order": 14371,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 647,
            "patient": 22343,
            "order": 14371,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 648,
            "patient": 22344,
            "order": 14368,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 649,
            "patient": 22351,
            "order": 14377,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 737,
            "patient": 22611,
            "order": 14818,
            "height": 0.0,
            "weight": 0.0
        }
    ]
}