| Package | Description |
|---|---|
| ca.uhn.fhir.context | |
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.model.primitive | |
| ca.uhn.fhir.parser |
| 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) |
IPrimitiveType<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) |
void |
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 |
XhtmlDt.setValueAsString(String theValue)
Accepts a textual DIV and parses it into XHTML events which are stored internally.
|
void |
IdDt.setValueAsString(String theValue)
Set the value
|
void |
BaseDateTimeDt.setValueAsString(String theValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlParser.doEncodeBundleToWriter(Bundle theBundle,
Writer theWriter) |
protected abstract void |
BaseParser.doEncodeBundleToWriter(Bundle theBundle,
Writer theWriter) |
void |
XmlParser.doEncodeResourceToWriter(IBaseResource theResource,
Writer theWriter) |
protected abstract void |
BaseParser.doEncodeResourceToWriter(IBaseResource theResource,
Writer theWriter) |
protected abstract <T extends IBaseResource> |
BaseParser.doParseResource(Class<T> theResourceType,
Reader theReader) |
String |
XmlParser.encodeBundleToString(Bundle theBundle) |
String |
IParser.encodeBundleToString(Bundle theBundle) |
String |
BaseParser.encodeBundleToString(Bundle theBundle) |
void |
IParser.encodeBundleToWriter(Bundle theBundle,
Writer theWriter) |
void |
BaseParser.encodeBundleToWriter(Bundle theBundle,
Writer theWriter) |
String |
IParser.encodeResourceToString(IBaseResource theResource) |
String |
BaseParser.encodeResourceToString(IBaseResource theResource) |
void |
IParser.encodeResourceToWriter(IBaseResource theResource,
Writer theWriter) |
void |
BaseParser.encodeResourceToWriter(IBaseResource theResource,
Writer theWriter) |
Bundle |
IParser.parseBundle(String theMessageString)
Parse a DSTU1 style Atom Bundle.
|
Bundle |
BaseParser.parseBundle(String theXml) |
<T extends IBaseResource> |
IParser.parseResource(Class<T> theResourceType,
Reader theReader)
Parses a resource
|
<T extends IBaseResource> |
BaseParser.parseResource(Class<T> theResourceType,
Reader theReader) |
<T extends IBaseResource> |
IParser.parseResource(Class<T> theResourceType,
String theString)
Parses a resource
|
IBaseResource |
IParser.parseResource(Reader theReader)
Parses a resource
|
IBaseResource |
BaseParser.parseResource(Reader theReader) |
IBaseResource |
IParser.parseResource(String theMessageString)
Parses a resource
|
IBaseResource |
BaseParser.parseResource(String theMessageString) |
Copyright © 2014–2016 University Health Network. All rights reserved.