Uses of Class
ca.uhn.fhir.model.primitive.StringDt
-
Packages that use StringDt Package Description ca.uhn.fhir.model.api ca.uhn.fhir.model.base.composite ca.uhn.fhir.model.base.resource ca.uhn.fhir.model.primitive ca.uhn.fhir.rest.gclient ca.uhn.fhir.rest.param -
-
Uses of StringDt in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api with parameters of type StringDt Modifier and Type Method Description ExtensionDtExtensionDt. setUrl(StringDt theUrl) -
Uses of StringDt in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite that return StringDt Modifier and Type Method Description abstract 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).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).Methods in ca.uhn.fhir.model.base.composite that return types with arguments of type StringDt Modifier and Type Method Description abstract List<StringDt>BaseHumanNameDt. getFamily()Gets the value(s) for family (Family name (often called 'Surname')).abstract List<StringDt>BaseHumanNameDt. getGiven()Gets the value(s) for given (Given names (not always 'first').abstract List<StringDt>BaseHumanNameDt. getPrefix()Gets the value(s) for prefix (Parts that come before the name).abstract List<StringDt>BaseHumanNameDt. getSuffix()Gets the value(s) for suffix (Parts that come after the name).Methods in ca.uhn.fhir.model.base.composite with parameters of type StringDt Modifier and Type Method Description abstract BaseHumanNameDtBaseHumanNameDt. setText(StringDt theValue)Sets 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 StringDt Modifier and Type Method Description StringDtBaseConformance. getDescriptionElement()abstract StringDtBaseOperationOutcome.BaseIssue. getDetailsElement()abstract StringDtBaseOperationOutcome.BaseIssue. getLocationFirstRep()StringDtBaseConformance. getPublisherElement() -
Uses of StringDt in ca.uhn.fhir.model.primitive
Subclasses of StringDt in ca.uhn.fhir.model.primitive Modifier and Type Class Description classMarkdownDtclassTimeDtRepresents 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 StringDt Modifier and Type Method Description ICriterion<UriClientParam>UriClientParam.IUriMatch. value(StringDt theValue)Requests 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 StringDt Modifier and Type Method Description StringDtInternalCodingDt. getDisplay()Gets the value(s) for display (Representation defined by the system).StringDtInternalCodingDt. getDisplayElement()StringDtStringParam. getValueAsStringDt()StringDtUriParam. getValueAsStringDt()StringDtInternalCodingDt. getVersion()Gets the value(s) for version (Version of the system - if relevant).Methods in ca.uhn.fhir.rest.param with parameters of type StringDt Modifier and Type Method Description InternalCodingDtInternalCodingDt. setDisplay(StringDt theValue)Sets the value(s) for display (Representation defined by the system)InternalCodingDtInternalCodingDt. setVersion(StringDt theValue)Sets the value(s) for version (Version of the system - if relevant)
-