Package 'nomensland'

Title: Package contenant des nomenclatures et classifications pour le PMSI
Description: Package contenant des nomenclatures et classifications pour le PMSI
Authors: Guillaume Pressiat
Maintainer: Guillaume Pressiat <[email protected]>
License: GPL-2 | file LICENSE
Version: 2024.0.1
Built: 2024-10-31 18:37:25 UTC
Source: https://github.com/GuillaumePressiat/nomensland

Help Index


Explorer les tables avec shiny

Description

Explorer les tables avec shiny

Usage

explore_nomensland(
  launch.browser = getOption("shiny.launch.browser", interactive())
)

~ api : recuperer toutes les listes sur une thematique

Description

~ api : recuperer toutes les listes sur une thematique

Usage

get_all_listes(theme, def_url = path.package("nomensland"))

Examples

## Not run: 
get_all_listes("Chirurgie bariatrique")
get_all_listes("Recours Exceptionnel")

## End(Not run)

~ api : recuperer le dictionnaire des listes

Description

~ api : recuperer le dictionnaire des listes

Usage

get_dictionnaire_listes(def_url = path.package("nomensland"))

Author(s)

G. Pressiat

Examples

## Not run: 
get_dictionnaire_listes()

## End(Not run)

~ api : avoir le dictionnaire des referentiels

Description

~ api : avoir le dictionnaire des referentiels

Usage

get_dictionnaire_tables(def_url = path.package("nomensland"))

Author(s)

G. Pressiat

Examples

## Not run: 
get_dictionnaire_tables()

## End(Not run)

~ api : recuperer une liste

Description

~ api : recuperer une liste

Usage

get_liste(nom_liste, def_url = path.package("nomensland"))

Author(s)

G. Pressiat

Examples

## Not run: 
get_liste('chip')

## End(Not run)

~ api : recuperer une table (referentiel)

Description

~ api : recuperer une table (referentiel)

Usage

get_table(table, version = "", def_url = path.package("nomensland"))

Author(s)

G. Pressiat

Examples

## Not run: 
get_table('dictionnaire_tables')
get_table('ccam_actes')
get_table('cim', 2016:2017)
get_table('tarifs_mco_ghs', 2015:2018)

## End(Not run)