Patient Details View - Positive

On the Presumptive Patient Details Screen the following are configurable

  • The order of the card views are configurable.
  • The visibility views are configurable.

Default Card Views in this view are

  • Patient Demographics Card View (Immutable ID: component_patient_details_demographics)
  • Patient Test Results Card View (Immutable ID: component_patient_details_positive)
  • Patient Details Service History Card View (Immutable ID: component_patient_details_service_history)
  • Patient Contact Screening Details Card View (Immutable ID: component_patient_details_contact_screening)

An Example of the default config is as shown below:

{
"_id": "a80b874fb4022105231dff6fe4267c87",
"_rev": "7-f1aa1e6bef839fe0754cc00fa5dc1aed",
"type": "ViewConfiguration",
"serverVersion": 1515577547228,
"identifier": "patient_details_positive",
"views": [
{
"identifier": "component_patient_details_demographics",
"visible": true,
"residence": {
"position": 3
}
},
{
"identifier": "component_patient_details_positive",
"visible": true,
"residence": {
"position": 0
}
},
{
"identifier": "component_patient_details_contact_screening",
"visible": true,
"residence": {
"position": 2
}
},
{
"identifier": "component_patient_details_service_history",
"visible": true,
"residence": {
"position": 1
}
}
]
}