Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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
}
}
]
}


  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.