clinicaio.entities.Entities#
- class clinicaio.entities.Entities(entities: dict[EntityKey, EntityValue])#
- Parameters:
entities (dict[EntityKey, EntityValue])
Methods#
|
Creates entities from its dict form. |
|
Creates entities from its list form. |
|
Creates entities from its string form. |
|
Convenience constructor. |
|
Returns the string form of the entity, i.e. |
|
Returns whether the entities contain the given entity given by key/value pair |
|
Returns whether the queried entities are all contained in the entities. |
|
Retrieves the value corresponding to the given key for the given entities, if present. |
|
Retrieves all the entities as key/value pairs. |
|
Retrieves the number of key/value entity pairs. |
|