| Package | Description |
|---|---|
| ca.uhn.fhir.model.primitive | |
| ca.uhn.fhir.rest.param |
| Modifier and Type | Class and Description |
|---|---|
class |
DateDt
Represents a FHIR date datatype.
|
class |
DateTimeDt
Represents a FHIR dateTime datatype.
|
class |
InstantDt
Represents a FHIR instant datatype.
|
| Modifier and Type | Method and Description |
|---|---|
BaseDateTimeDt |
BaseDateTimeDt.setTimeZone(TimeZone theTimeZone) |
BaseDateTimeDt |
BaseDateTimeDt.setTimeZoneZulu(boolean theTimeZoneZulu) |
BaseDateTimeDt |
BaseDateTimeDt.setValue(Date theValue)
Sets the value for this type using the given Java Date object as the time, and using the default precision for this datatype, as well as the local timezone as determined by the local operating
system.
|
| Constructor and Description |
|---|
InstantDt(BaseDateTimeDt theDateTime)
Create a new DateTimeDt using an existing value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateParam |
class |
QualifiedDateParam
Deprecated.
Use
DateParam instead (this class is identical, but was renamed to be less confusing) |
Copyright © 2014–2016 University Health Network. All rights reserved.