Uses of Class
ca.uhn.fhir.model.primitive.StringDt
Package
Description
-
Uses of StringDt in ca.uhn.fhir.model.api
-
Uses of StringDt in ca.uhn.fhir.model.base.composite
Modifier and TypeMethodDescriptionabstract StringDt
BaseCodingDt.getDisplayElement()
Gets the value(s) for display (Representation defined by the system).abstract StringDt
BaseResourceReferenceDt.getDisplayElement()
abstract StringDt
BaseHumanNameDt.getTextElement()
Gets the value(s) for text (Text representation of the full name).abstract StringDt
BaseQuantityDt.getUnitsElement()
Gets the value(s) for units (Unit representation).abstract StringDt
BaseIdentifierDt.getValueElement()
Gets the value(s) for value (The value that is unique).abstract StringDt
BaseCodingDt.getVersionElement()
Modifier and TypeMethodDescriptionBaseHumanNameDt.getFamily()
Gets the value(s) for family (Family name (often called 'Surname')).BaseHumanNameDt.getGiven()
Gets the value(s) for given (Given names (not always 'first').BaseHumanNameDt.getPrefix()
Gets the value(s) for prefix (Parts that come before the name).BaseHumanNameDt.getSuffix()
Gets the value(s) for suffix (Parts that come after the name).Modifier and TypeMethodDescriptionabstract BaseHumanNameDt
Sets the value(s) for text (Text representation of the full name) -
Uses of StringDt in ca.uhn.fhir.model.base.resource
Modifier and TypeMethodDescriptionBaseConformance.getDescriptionElement()
abstract StringDt
BaseOperationOutcome.BaseIssue.getDetailsElement()
abstract StringDt
BaseOperationOutcome.BaseIssue.getLocationFirstRep()
BaseConformance.getPublisherElement()
-
Uses of StringDt in ca.uhn.fhir.model.primitive
Modifier and TypeClassDescriptionclass
class
Represents a Time datatype, per the FHIR specification. -
Uses of StringDt in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescriptionRequests that resources be returned which match the given value -
Uses of StringDt in ca.uhn.fhir.rest.param
Modifier and TypeMethodDescriptionInternalCodingDt.getDisplay()
Gets the value(s) for display (Representation defined by the system).InternalCodingDt.getDisplayElement()
StringParam.getValueAsStringDt()
UriParam.getValueAsStringDt()
InternalCodingDt.getVersion()
Deprecated.InternalCodingDt.getVersionElement()
Gets the value(s) for version (Version of the system - if relevant).Modifier and TypeMethodDescriptionInternalCodingDt.setDisplay
(StringDt theValue) Sets the value(s) for display (Representation defined by the system)InternalCodingDt.setVersion
(StringDt theValue) Sets the value(s) for version (Version of the system - if relevant)