
Uses of Class
ca.uhn.fhir.model.primitive.StringDt
Packages that use StringDt
Package
Description
-
Uses of StringDt in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api with parameters of type StringDt -
Uses of StringDt in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite that return StringDtModifier and TypeMethodDescriptionabstract StringDtBaseCodingDt.getDisplayElement()Gets the value(s) for display (Representation defined by the system).abstract StringDtBaseResourceReferenceDt.getDisplayElement()abstract StringDtBaseHumanNameDt.getTextElement()Gets the value(s) for text (Text representation of the full name). creating it if it does not exist.abstract StringDtBaseQuantityDt.getUnitsElement()Gets the value(s) for units (Unit representation).abstract StringDtBaseIdentifierDt.getValueElement()Gets the value(s) for value (The value that is unique). creating it if it does not exist.abstract StringDtBaseCodingDt.getVersionElement()Methods in ca.uhn.fhir.model.base.composite that return types with arguments of type StringDtModifier and TypeMethodDescriptionBaseHumanNameDt.getFamily()Gets the value(s) for family (Family name (often called 'Surname')). creating it if it does not exist.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). creating it if it does not exist.BaseHumanNameDt.getSuffix()Gets the value(s) for suffix (Parts that come after the name). creating it if it does not exist.Methods in ca.uhn.fhir.model.base.composite with parameters of type StringDtModifier and TypeMethodDescriptionabstract BaseHumanNameDtSets the value(s) for text (Text representation of the full name) -
Uses of StringDt in ca.uhn.fhir.model.base.resource
Methods in ca.uhn.fhir.model.base.resource that return StringDtModifier and TypeMethodDescriptionBaseConformance.getDescriptionElement()abstract StringDtBaseOperationOutcome.BaseIssue.getDetailsElement()abstract StringDtBaseOperationOutcome.BaseIssue.getLocationFirstRep()BaseConformance.getPublisherElement() -
Uses of StringDt in ca.uhn.fhir.model.primitive
Subclasses of StringDt in ca.uhn.fhir.model.primitiveModifier and TypeClassDescriptionclassclassRepresents a Time datatype, per the FHIR specification. -
Uses of StringDt in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type StringDtModifier and TypeMethodDescriptionRequests that resources be returned which match the given value -
Uses of StringDt in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that return StringDtModifier and TypeMethodDescriptionInternalCodingDt.getDisplay()Gets the value(s) for display (Representation defined by the system). creating it if it does not exist.InternalCodingDt.getDisplayElement()StringParam.getValueAsStringDt()UriParam.getValueAsStringDt()InternalCodingDt.getVersion()Deprecated.InternalCodingDt.getVersionElement()Gets the value(s) for version (Version of the system - if relevant). creating it if it does not exist.Methods in ca.uhn.fhir.rest.param with parameters of type StringDtModifier 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)