Skip to main content

core.transformmapcollection

Home > @medplum/core > TransformMapCollection

TransformMapCollection class

The TransformMapCollection class is a collection of StructureMap and ConceptMap resources. It is used to store and retrieve imported StructureMaps and ConceptMaps by URL.

Signature:

export declare class TransformMapCollection 

Constructors

Constructor

Modifiers

Description

(constructor)(resources)

Constructs a new instance of the TransformMapCollection class

Properties

Property

Modifiers

Type

Description

resources

readonly

(StructureMap | ConceptMap)[]

Methods

Method

Modifiers

Description

get(resourceType, url)