Coder Social home page Coder Social logo

wwzeng1 / medplum Goto Github PK

View Code? Open in Web Editor NEW

This project forked from medplum/medplum

0.0 0.0 0.0 98.41 MB

Medplum is a healthcare platform that helps you quickly develop high-quality compliant applications.

Home Page: https://medplum.com

License: Apache License 2.0

Shell 0.33% JavaScript 0.46% Python 0.05% TypeScript 83.93% CSS 0.28% HTML 0.02% Dockerfile 0.01% MDX 14.92%

medplum's People

Contributors

abi-liu avatar alex3917 avatar aquilaafuadajo avatar aurambaj avatar bennettrogers avatar brandonin avatar chrisvnicholson avatar codyebberson avatar dependabot[bot] avatar espresso avatar goncharo avatar imnotjames avatar jamestouri avatar jobayer12 avatar johnsmith415 avatar josh- avatar joshgking avatar julienblin avatar mattwiller avatar msdrigg avatar mwieler avatar orta21 avatar paul-taiwo avatar rahul1 avatar reshmakh avatar sweep-ai[bot] avatar thatonebro avatar timothystiles avatar tonylee80 avatar wwzeng1 avatar

medplum's Issues

Sweep: "operation" input doesn't appear upon opening "filters" dialog

The bug is that the "Field" input defaults to the first value, but the "Operation" input only appears after a "change" event.

The quick fix here is to add a blank/empty option in the field selector.

The fix will be here in SearchFilterEditor.tsx: https://github.com/medplum/medplum/blob/main/packages/react/src/SearchFilterEditor/SearchFilterEditor.tsx#L174-L179

The data prop should include an empty value, something like this:

data={['', ...Object.keys(props.searchParams).map((param) => ({ value: param, label: buildFieldNameString(param) }))]}
(untested)

Hey i ran the code locally, when opening the filters tab the fields are not showing, what to do on this?

If your fields are not loaded correctly, it likely means that your schema is not correctly loaded. You should be able to fix that using "Rebuild Structure Definitions" in the super admin panel. See here: https://www.medplum.com/docs/self-hosting/super-admin-guide#rebuild-resources

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.