public static enum StructureMap.StructureMapTransform extends Enum<StructureMap.StructureMapTransform>
| 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 with the generic types
|
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 StructureMap.StructureMapTransform |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static StructureMap.StructureMapTransform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureMap.StructureMapTransform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructureMap.StructureMapTransform CREATE
public static final StructureMap.StructureMapTransform COPY
public static final StructureMap.StructureMapTransform TRUNCATE
public static final StructureMap.StructureMapTransform ESCAPE
public static final StructureMap.StructureMapTransform CAST
public static final StructureMap.StructureMapTransform APPEND
public static final StructureMap.StructureMapTransform TRANSLATE
public static final StructureMap.StructureMapTransform REFERENCE
public static final StructureMap.StructureMapTransform DATEOP
public static final StructureMap.StructureMapTransform UUID
public static final StructureMap.StructureMapTransform POINTER
public static final StructureMap.StructureMapTransform EVALUATE
public static final StructureMap.StructureMapTransform CC
public static final StructureMap.StructureMapTransform C
public static final StructureMap.StructureMapTransform QTY
public static final StructureMap.StructureMapTransform ID
public static final StructureMap.StructureMapTransform CP
public static final StructureMap.StructureMapTransform NULL
public static StructureMap.StructureMapTransform[] values()
for (StructureMap.StructureMapTransform c : StructureMap.StructureMapTransform.values()) System.out.println(c);
public static StructureMap.StructureMapTransform 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 StructureMap.StructureMapTransform 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.