| Package | Description |
|---|---|
| ca.uhn.fhir.model.primitive |
| Constructor and Description |
|---|
Base64BinaryDt(byte[] theBytes)
Constructor
|
BooleanDt(boolean theBoolean)
Constructor
|
CodeDt(String theCode)
Constructor which accepts a string code
|
DateDt(Date theDate)
Constructor which accepts a date value and uses the
DateDt.DEFAULT_PRECISION for this type. |
DateDt(Date theDate,
TemporalPrecisionEnum thePrecision)
Constructor which accepts a date value and a precision value.
|
DateDt(Date theDate,
TemporalPrecisionEnum thePrecision)
Constructor which accepts a date value and a precision value.
|
DateTimeDt(Date theDate)
Create a new DateTimeDt with seconds precision and the local time zone
|
DateTimeDt(Date theDate,
TemporalPrecisionEnum thePrecision)
Constructor which accepts a date value and a precision value.
|
DateTimeDt(Date theDate,
TemporalPrecisionEnum thePrecision)
Constructor which accepts a date value and a precision value.
|
DecimalDt(BigDecimal theValue)
Constructor
|
DecimalDt(double theValue)
Constructor
|
DecimalDt(long theValue)
Constructor
|
IdDt(String theValue)
Create a new ID using a string.
|
InstantDt(Date theDate)
Create a new DateTimeDt with the given date/time and
TemporalPrecisionEnum.MILLI precision |
InstantDt(Date theDate,
TemporalPrecisionEnum thePrecision)
Constructor which accepts a date value and a precision value.
|
InstantDt(Date theDate,
TemporalPrecisionEnum thePrecision)
Constructor which accepts a date value and a precision value.
|
IntegerDt(int theInteger)
Constructor
|
PositiveIntDt(int theInteger)
Constructor
|
StringDt(String theValue)
Create a new String
|
TimeDt(String theValue)
Create a new String
|
UnsignedIntDt(int theInteger)
Constructor
|
UriDt(String theValue)
Create a new String
|
XhtmlDt(String theTextDiv)
Constructor which accepts a string code
|
Copyright © 2014–2019 University Health Network. All rights reserved.