Uses of Class
ca.uhn.fhir.model.primitive.UriDt
-
Packages that use UriDt Package Description ca.uhn.fhir.model.base.composite ca.uhn.fhir.model.primitive ca.uhn.fhir.rest.client.api ca.uhn.fhir.rest.param -
-
Uses of UriDt in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite that return UriDt Modifier and Type Method Description abstract UriDtBaseCodingDt. getSystemElement()Gets the value(s) for system (Identity of the terminology system).abstract UriDtBaseIdentifierDt. getSystemElement()Gets the value(s) for system (The namespace for the identifier).abstract UriDtBaseQuantityDt. getSystemElement()Gets the value(s) for system (System that defines coded unit form). -
Uses of UriDt in ca.uhn.fhir.model.primitive
Subclasses of UriDt in ca.uhn.fhir.model.primitive Modifier and Type Class Description classIdDtRepresents the FHIR ID type.classOidDtMethods in ca.uhn.fhir.model.primitive that return UriDt Modifier and Type Method Description static UriDtUriDt. fromOid(String theOid)Creates a new UriDt instance which uses the given OID as the content (and prepends "urn:oid:" to the OID string in the value of the newly created UriDt, per the FHIR specification).Constructors in ca.uhn.fhir.model.primitive with parameters of type UriDt Constructor Description IdDt(UriDt theUrl)Creates an ID based on a given URL -
Uses of UriDt in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api with parameters of type UriDt Modifier and Type Method Description IBaseResourceIGenericClient. read(UriDt theUrl)Deprecated.Useread() fluent methodinstead (deprecated in HAPI FHIR 3.0.0)<T extends IBaseResource>
TIGenericClient. read(Class<T> theType, UriDt theUrl)Deprecated.Useread() fluent methodinstead (deprecated in HAPI FHIR 3.0.0) -
Uses of UriDt in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that return UriDt Modifier and Type Method Description UriDtQuantityParam. getSystemAsUriDt()Deprecated.Use {QuantityParam.getSystem()} insteadUriDtInternalCodingDt. getSystemElement()Gets the value(s) for system (Identity of the terminology system).UriDtUriParam. getValueAsUriDt()Methods in ca.uhn.fhir.rest.param with parameters of type UriDt Modifier and Type Method Description InternalCodingDtInternalCodingDt. setSystem(UriDt theValue)Sets the value(s) for system (Identity of the terminology system)
-