Class PixUpdatePatientFeed

java.lang.Object
org.projecthusky.communication.requests.pix.PixUpdatePatientFeed

public class PixUpdatePatientFeed extends Object
This class is designed to contain the properties of a Patient (closely: FhirPatient) to be updated in the system.
All properties provided will overwrite or create the given properties existing in the system.
The minimal properties for an update request are a proper Destination, scopingOrganization and the two IDs by which the Patient to update is identified.
Warning!
Not provided properties will be seen by the webservice as an update to a null value! Meaning when a minimal request (containing only the minimal required parameters) is issued and no formal errors, then any other properties already present in the system will be removed, except the provided minimal props (organization, 2x IDs). Yes, this means this request type is essentially a REPLACE operation at the moment, not a partial update.
Author:
szalai
  • Constructor Details

    • PixUpdatePatientFeed

      public PixUpdatePatientFeed()
  • Method Details