Uploaded image for project: 'Webservices REST Module'
  1. Webservices REST Module
  2. RESTWS-395

should be allowed to supply identifierType by uuid which creating patient

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Could
    • Resolution: Fixed
    • 2.3
    • 2.4, 2.20.0
    • None
    • None

    Description

      It needs the PK right now.

      "identifiers": [
      {
      "identifier": "GAN09875",
      "identifierType":

      { "id" : "3", "uuid" : "05a29f94-c0ed-11e2-94be-8c13b969e334", "locationBehavior" : "NOT_USED" }

      ,
      "preferred": true,
      "voided": false
      }
      ],

      Changing to

      identifiers": [
      {
      "identifier": "GAN09875",
      "identifierType":

      { "uuid" : "05a29f94-c0ed-11e2-94be-8c13b969e334" }

      ,
      "preferred": true,
      "voided": false
      }
      ],

      Gliffy Diagrams

        Attachments

          Activity

            People

              shruthidipali Shruthi Dipali
              shruthidipali Shruthi Dipali
              Dimitri R Dimitri R
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: