Uses of Class
org.hl7.fhir.r4.model.OidType
-
Packages that use OidType Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of OidType in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return OidType Modifier and Type Method Description protected OidTypeJsonParser. parseOid(String v)protected OidTypeXmlParser. parseOid(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type OidType Modifier and Type Method Description protected voidRdfParser. composeOid(Turtle.Complex parent, String parentType, String name, OidType value, int index)protected voidXmlParser. composeOid(String name, OidType value)protected voidJsonParser. composeOidCore(String name, OidType value, boolean inArray)protected voidJsonParser. composeOidExtras(String name, OidType value, boolean inArray) -
Uses of OidType in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return OidType Modifier and Type Method Description OidTypeBase. castToOid(Base b)OidTypeOidType. copy()Constructorstatic OidTypeUriType. fromOid(String theOid)Creates a new OidType instance which uses the given OID as the content (and prepends "urn:oid:" to the OID string in the value of the newly created OidType, per the FHIR specification).
-