public enum MapTransform extends Enum<MapTransform>
| Enum Constant and Description |
|---|
APPEND
append(source...) - source is element or string.
|
C
Create a Coding.
|
CAST
cast(source, type?) - case source from one type to another.
|
CC
Create a CodeableConcept.
|
COPY
copy(source).
|
CP
Create a contact details.
|
CREATE
create(type : string) - type is passed through to the application on the standard API, and must be known by it.
|
DATEOP
Perform a date operation.
|
ESCAPE
escape(source, fmt1, fmt2) - change source from one kind of escaping to another (plain, java, xml, json).
|
EVALUATE
Execute the supplied FHIRPath expression and use the value returned by that.
|
ID
Create an identifier.
|
NULL
added to help the parsers
|
POINTER
Return the appropriate string to put in a reference that refers to the resource provided as a parameter.
|
QTY
Create a quantity.
|
REFERENCE
reference(source : object) - return a string that references the provided tree properly.
|
TRANSLATE
translate(source, uri_of_map) - use the translate operation.
|
TRUNCATE
truncate(source, length) - source must be stringy type.
|
UUID
Generate a random UUID (in lowercase).
|
| Modifier and Type | Method and Description |
|---|---|
static MapTransform |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MapTransform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapTransform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapTransform CREATE
public static final MapTransform COPY
public static final MapTransform TRUNCATE
public static final MapTransform ESCAPE
public static final MapTransform CAST
public static final MapTransform APPEND
public static final MapTransform TRANSLATE
public static final MapTransform REFERENCE
public static final MapTransform DATEOP
public static final MapTransform UUID
public static final MapTransform POINTER
public static final MapTransform EVALUATE
public static final MapTransform CC
public static final MapTransform C
public static final MapTransform QTY
public static final MapTransform ID
public static final MapTransform CP
public static final MapTransform NULL
public static MapTransform[] values()
for (MapTransform c : MapTransform.values()) System.out.println(c);
public static MapTransform valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static MapTransform fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.