Curl

Request

curl --location 'https://case-api.case.ipobs.acc.web1.wipo.int/case-api/v1/applications/statistics?officeCode=JP' \
--header 'Authorization: Bearer <authorization token from gettoken request 1.2.2.1>'

Response:

{
    "applicationNumber": {
        "ipOfficeCode": "WO",
        "applicationNumberText": "PCT/JP2013/081486"
    },
    "st13Number": null,
    "appplicationDate": "2013-11-22",
    "applicationLanguageCode": "JA",
    "patentPublicationIdentifier": {
        "ipOfficeCode": "WO",
        "publicationNumber": "2014081006",
        "patentDocumentKindCode": "A",
        "publicationDate": "2014-05-30"
    },
    "internationalFilingData": {
        "applicationNumber": {
            "ipOfficeCode": "WO",
            "applicationNumberText": "PCT/JP2013/081486"
        },
        "officeCode": "WO",
        "fileReference": "JP2013081486",
        "filingDate": "2013-11-22",
        "nationalStageFilingDate": "2013-11-22"
    },
    "internationalPublishingData": {
        "ipOfficeCode": "WO",
        "publicationNumber": "2014081006",
        "patentDocumentKindCode": "A",
        "publicationDate": "2014-05-30"
    },
    "regionalFilingData": null,
    "regionalPublishingData": null,
    "patentGrantNumber": null,
    "publicAvailabilityDateBag": null,
    "pctNationalPhaseEntryDate": null,
    "priorityBag": [
        {
            "applicationNumber": {
                "ipOfficeCode": "JP",
                "applicationNumberText": "2012-256645"
            },
            "priorityCountryCode": "JP",
            "priorityApplicationFilingDate": "2012-11-22"
        },
        {
            "applicationNumber": {
                "ipOfficeCode": "JP",
                "applicationNumberText": "2013-241378"
            },
            "priorityCountryCode": "JP",
            "priorityApplicationFilingDate": "2013-11-21"
        }
    ],
    "inventionTitleBag": [
        {
            "languageCode": "en",
            "text": "ULTRASONIC DIAGNOSTIC DEVICE, IMAGE PROCESSING DEVICE, AND IMAGE PROCESSING METHOD"
        },
        {
            "languageCode": "fr",
            "text": "DISPOSITIF DE DIAGNOSTIC ÉCHOGRAPHIQUE, DISPOSITIF DE TRAITEMENT D’IMAGE, ET PROCÉDÉ DE TRAITEMENT D’IMAGE"
        },
        {
            "languageCode": "ja",
            "text": "超音波診断装置、画像処理装置および画像処理方法"
        }
    ],
    "abstractBag": [
        {
            "languageCode": "ja",
            "paragraphBag": [
                {
                    "text": "超音波診断装置は、被検体に対して超音波走査を繰り返す送受信部(11,12)と、送受信部の出力に基づいて複数の画像のデータを生成する画像生成部(13)と、送受信部の出力に基づいて複数の血流画像のデータを生成する血流画像生成部(14)と、複数の画像間の類似度を算出し、類似度に基づいて複数の画像から類似性の低い少なくとも2枚の画像を特定し、特定された少なくとも2枚の画像に走査時刻がそれぞれ対応する少なくとも2枚の血流画像を複数の血流画像から選定する画像選定部(15)と、選出された少なくとも2枚の血流画像を表示する表示部(4)とを具備する。",
                    "pNumber": "0000"
                }
            ]
        },
        {
            "languageCode": "en",
            "paragraphBag": [
                {
                    "text": "An ultrasonic diagnostic device is provided with: a transceiver unit (11, 12) for performing repeated ultrasonic scanning of a subject; an image generation unit (13) for generating a plurality of image data on the basis of an output of the transceiver unit; a blood flow image generation unit (14) for generating a plurality of blood flow image data on the basis of the output of the transceiver unit; an image selection unit (15) for calculating the degree of similarity between a plurality of images, specifying at least two images having low similarity from the plurality of images on the basis of the degree of similarity, and selecting at least two blood flow images from the plurality of blood flow images for which scanning times correspond to the at least two images selected; and a display unit (4) for displaying the at least two blood flow images selected.",
                    "pNumber": "0000"
                }
            ]
        },
        {
            "languageCode": "fr",
            "paragraphBag": [
                {
                    "text": "La présente invention concerne un dispositif de diagnostic échographique qui comprend : une unité d’émetteur-récepteur (11, 12) pour effectuer un balayage à ultrasons répété d’un sujet ; une unité de génération d’image (13) pour générer une pluralité de données d’image sur la base d’une sortie de l’unité d’émetteur-récepteur ; une unité de génération d’image de circulation sanguine (14) pour générer une pluralité de données d’image de circulation sanguine sur la base de la sortie de l’unité d’émetteur-récepteur ; une unité de sélection d’image (15) pour calculer le degré de similarité entre une pluralité d’images, spécifier au moins deux images ayant une faible similarité parmi la pluralité d’images sur la base du degré de similarité, et choisir au moins deux images de circulation sanguine parmi la pluralité d’images de circulation sanguine pour lesquelles les temps de balayage correspondent aux au moins deux images choisies ; et une unité d’affichage (4) pour afficher au moins deux images de circulation sanguine choisies.",
                    "pNumber": "0000"
                }
            ]
        }
    ],
    "applicantBag": [
        {
            "sequenceNumber": null,
            "contact": {
                "name": [
                    {
                        "languageCode": "EN",
                        "organizationname": null,
                        "organizationStandardName": null,
                        "personFullName": "KABUSHIKI KAISHA TOSHIBA",
                        "countryCode": "JP",
                        "residence": "JP"
                    },
                    {
                        "languageCode": "EN",
                        "organizationname": null,
                        "organizationStandardName": null,
                        "personFullName": "TOSHIBA MEDICAL SYSTEMS CORPORATION",
                        "countryCode": "JP",
                        "residence": "JP"
                    }
                ]
            }
        }
    ],
    "inventorBag": [
        {
            "sequenceNumber": null,
            "contact": {
                "name": [
                    {
                        "languageCode": "EN",
                        "organizationname": "c/o Intellectual Property Division, Toshiba Medical Systems Corporation, 1385, Shimoishigami, Otawara-shi, Tochigi\n3248550",
                        "personFullName": "KANAYAMA, Yuko",
                        "countryCode": "JP",
                        "residence": null
                    }
                ]
            }
        }
    ],
    "patentClassificationBag": {
        "ipcrClassificationBag": [
            {
                "classificationVersionDate": "2006.01",
                "patentClassificationLevelCode": null,
                "ipcClassificationValueCode": "A61B 8/06",
                "patentClassificationSymbolText": null,
                "symbolPositionCode": null
            }
        ]
    },
    "referenceCitationBag": null
}
  • No labels