A simple ViewSet for viewing and editing accounts.

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

{
    "count": 3647,
    "next": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=856",
    "previous": "https://api.amarlab.com/user_management/patient-info/?format=api&limit=8&offset=840",
    "results": [
        {
            "id": 771,
            "patient": 22722,
            "order": 14953,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 696,
            "patient": 22492,
            "order": 14608,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 773,
            "patient": 22725,
            "order": 14956,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 698,
            "patient": 22017,
            "order": 14623,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 775,
            "patient": 22728,
            "order": 14960,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 699,
            "patient": 22501,
            "order": 14624,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 700,
            "patient": 22501,
            "order": 14624,
            "height": 0.0,
            "weight": 0.0
        },
        {
            "id": 701,
            "patient": 18065,
            "order": 14626,
            "height": null,
            "weight": null
        }
    ]
}