| Package | Description |
|---|---|
| ca.uhn.fhir.context | |
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.model.primitive | |
| ca.uhn.fhir.parser | |
| ca.uhn.fhir.parser.json | |
| ca.uhn.fhir.util |
| Modifier and Type | Method and Description |
|---|---|
BaseRuntimeChildDefinition |
BaseRuntimeElementCompositeDefinition.getChildByNameOrThrowDataFormatException(String theName) |
RuntimeResourceDefinition |
FhirContext.getResourceDefinition(String theResourceName)
Returns the scanned runtime model for the given type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IPrimitiveDatatype.getValueAsString() |
String |
BasePrimitive.getValueAsString() |
IPrimitiveType<T> |
IPrimitiveDatatype.setValue(T theValue) |
BasePrimitive<T> |
BasePrimitive.setValue(T theValue) |
void |
IPrimitiveDatatype.setValueAsString(String theValue) |
void |
BasePrimitive.setValueAsString(String theValue) |
| Modifier and Type | Method and Description |
|---|---|
protected Date |
BaseDateTimeDt.parse(String theValue) |
BaseDateTimeDt |
BaseDateTimeDt.setPrecision(TemporalPrecisionEnum thePrecision)
Sets the precision for this datatype
|
void |
BaseDateTimeDt.setValue(Date theValue,
TemporalPrecisionEnum thePrecision)
Sets the value for this type using the given Java Date object as the time, and using the specified precision, as
well as the local timezone as determined by the local operating system.
|
IdDt |
IdDt.setValue(String theValue)
Set the value
|
BasePrimitive<String> |
XhtmlDt.setValue(String theValue)
Note that as of HAPI FHIR 3.1.0, this method no longer uses
the StAX XMLEvent type as the XML representation, and uses a
String instead.
|
void |
IdDt.setValueAsString(String theValue)
Set the value
|
void |
XhtmlDt.setValueAsString(String theValue)
Accepts a textual DIV and parses it into XHTML events which are stored internally.
|
void |
BaseDateTimeDt.setValueAsString(String theValue) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
BaseParser.doEncodeResourceToWriter(IBaseResource theResource,
Writer theWriter,
BaseParser.EncodeContext theEncodeContext) |
void |
XmlParser.doEncodeResourceToWriter(IBaseResource theResource,
Writer theWriter,
BaseParser.EncodeContext theEncodeContext) |
protected abstract <T extends IBaseResource> |
BaseParser.doParseResource(Class<T> theResourceType,
Reader theReader) |
protected <T extends IBaseResource> |
RDFParser.doParseResource(Class<T> resourceType,
Reader reader) |
void |
JsonParser.encodeResourceToJsonLikeWriter(IBaseResource theResource,
JsonLikeWriter theJsonLikeWriter) |
void |
IJsonLikeParser.encodeResourceToJsonLikeWriter(IBaseResource theResource,
JsonLikeWriter theJsonLikeWriter) |
String |
BaseParser.encodeResourceToString(IBaseResource theResource) |
String |
IParser.encodeResourceToString(IBaseResource theResource) |
void |
BaseParser.encodeResourceToWriter(IBaseResource theResource,
Writer theWriter) |
void |
IParser.encodeResourceToWriter(IBaseResource theResource,
Writer theWriter) |
<T extends IBaseResource> |
BaseParser.parseResource(Class<T> theResourceType,
InputStream theInputStream) |
<T extends IBaseResource> |
IParser.parseResource(Class<T> theResourceType,
InputStream theInputStream)
Parses a resource
|
<T extends IBaseResource> |
JsonParser.parseResource(Class<T> theResourceType,
JsonLikeStructure theJsonLikeStructure) |
<T extends IBaseResource> |
IJsonLikeParser.parseResource(Class<T> theResourceType,
JsonLikeStructure theJsonLikeStructure)
Parses a resource from a JSON-like data structure
|
<T extends IBaseResource> |
BaseParser.parseResource(Class<T> theResourceType,
Reader theReader) |
<T extends IBaseResource> |
IParser.parseResource(Class<T> theResourceType,
Reader theReader)
Parses a resource
|
<T extends IBaseResource> |
IParser.parseResource(Class<T> theResourceType,
String theString)
Parses a resource
|
IBaseResource |
BaseParser.parseResource(InputStream theInputStream) |
IBaseResource |
IParser.parseResource(InputStream theInputStream)
Parses a resource
|
IBaseResource |
JsonParser.parseResource(JsonLikeStructure theJsonLikeStructure) |
IBaseResource |
IJsonLikeParser.parseResource(JsonLikeStructure theJsonLikeStructure)
Parses a resource from a JSON-like data structure
|
IBaseResource |
BaseParser.parseResource(Reader theReader) |
IBaseResource |
IParser.parseResource(Reader theReader)
Parses a resource
|
IBaseResource |
BaseParser.parseResource(String theMessageString) |
IBaseResource |
IParser.parseResource(String theMessageString)
Parses a resource
|
| Modifier and Type | Method and Description |
|---|---|
JsonLikeArray |
JsonLikeStructure.getRootArray() |
JsonLikeArray |
GsonStructure.getRootArray() |
JsonLikeObject |
JsonLikeStructure.getRootObject() |
JsonLikeObject |
GsonStructure.getRootObject() |
void |
JsonLikeStructure.load(Reader theReader)
Parse the JSON document into the Json-like structure
so that it can be navigated.
|
void |
GsonStructure.load(Reader theReader) |
void |
JsonLikeStructure.load(Reader theReader,
boolean allowArray) |
void |
GsonStructure.load(Reader theReader,
boolean allowArray) |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeResourceDefinition |
UrlUtil.parseUrlResourceType(FhirContext theCtx,
String theUrl) |
Copyright © 2014–2019 University Health Network. All rights reserved.