1.

Record Nr.

UNINA9910298544003321

Autore

Gartner Daniel

Titolo

Optimizing Hospital-wide Patient Scheduling : Early Classification of Diagnosis-related Groups Through Machine Learning / / by Daniel Gartner

Pubbl/distr/stampa

Cham : , : Springer International Publishing : , : Imprint : Springer, , 2014

ISBN

3-319-04065-0

3-319-04066-9

Edizione

[1st ed. 2014.]

Descrizione fisica

1 online resource (132 p.)

Collana

Lecture Notes in Economics and Mathematical Systems, , 0075-8442 ; ; 674

Disciplina

330

36.210.681

502.85

519.6

658.40301

Soggetti

Operations research

Decision making

Health informatics

Management science

Health care management

Health services administration

Operations Research/Decision Theory

Health Informatics

Operations Research, Management Science

Health Care Management

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Description based upon print version of record.

Nota di bibliografia

Includes bibliographical references.

Nota di contenuto

Introduction -- Machine learning for early DRG classification -- Scheduling the hospital-wide flow of elective patients -- Experimental analyses -- Conclusion.

Sommario/riassunto

Diagnosis-related groups (DRGs) are used in hospitals for the reimbursement of inpatient services. The assignment of a patient to a



DRG can be distinguished into billing- and operations-driven DRG classification. The topic of this monograph is operations-driven DRG classification, in which DRGs of inpatients are employed to improve contribution margin-based patient scheduling decisions. In the first part, attribute selection and classification techniques are evaluated in order to increase early DRG classification accuracy. Employing mathematical programming, the hospital-wide flow of elective patients is modelled taking into account DRGs, clinical pathways and scarce hospital resources. The results of the early DRG classification part reveal that a small set of attributes is sufficient in order to substantially improve DRG classification accuracy as compared to the current approach of many hospitals. Moreover, the results of the patient scheduling part reveal that the contribution margin can be increased as compared to current practice.

2.

Record Nr.

UNINA9910349523503321

Autore

Sharan Kishori

Titolo

Java 13 Revealed : For Early Adoption and Migration / / by Kishori Sharan

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2019

ISBN

9781484254073

1484254074

Edizione

[2nd ed. 2019.]

Descrizione fisica

1 online resource (286 pages) : illustrations

Disciplina

005.133

Soggetti

Java (Computer program language)

Compilers (Computer programs)

Computer programming

Java

Compilers and Interpreters

Programming Techniques

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di contenuto

1: Local Variable Type Inference -- 2: Java Versioning Scheme -- 3: The



HTTP Client API -- 4: Launching Single File Source Code Programs -- 5: Enhanced Switch -- 6: Text Blocks -- 7: Class Data Sharing -- 8: Tools and APIs Changes.

Sommario/riassunto

Explore the new Java programming language features and APIs introduced in Java 10 through Java 13. Java 13 Revealed is for experienced Java programmers looking to migrate to Java 13. Author Kishori Sharan begins by covering how to use local variable type inference to improve readability of your code and time-based release versioning of the Java platform to understand the Java release strategy. This book provides extensive coverage of the new HTTP Client APIs, which were introduced in Java 9 as a preview and was made a standard feature in Java 11. New Java features such as launching a single-file source code program and new switch syntax are discussed in detail. You will: Use local variable type inference to declare local variables using the var restricted type name introduced in Java 10 Take advantage of application class data sharing among JVMs for faster application startup Create HTTP requests, responses, and web sockets with the new HTTP Client APIs Run a single-file Java source code program using the java command without compiling it Apply the new switch statement and expressions to write compact and less error-prone code Work with text blocks in Java code About new APIs, deprecated APIs, and deprecated tools.