| 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 |
| Modifier and Type | Method and Description |
|---|---|
BaseRuntimeChildDefinition |
BaseRuntimeElementCompositeDefinition.getChildByNameOrThrowDataFormatException(String theName) |
| 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
|
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) |
void |
XmlParser.doEncodeResourceToWriter(IBaseResource theResource,
Writer theWriter) |
protected abstract <T extends IBaseResource> |
BaseParser.doParseResource(Class<T> theResourceType,
Reader theReader) |
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> |
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 |
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) |
Copyright © 2014–2017 University Health Network. All rights reserved.