
Uses of Class
org.hl7.fhir.r5.model.OidType
Packages that use OidType
-
Uses of OidType in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return OidTypeModifier and TypeMethodDescriptionprotected OidType
protected OidType
XmlParser.parseOid
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type OidTypeModifier and TypeMethodDescriptionprotected void
RdfParser.composeOid
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, OidType value, int index) protected void
XmlParser.composeOid
(String name, OidType value) protected void
JsonParser.composeOidCore
(String name, OidType value, boolean inArray) protected void
JsonParser.composeOidExtras
(String name, OidType value, boolean inArray) -
Uses of OidType in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return OidTypeModifier and TypeMethodDescriptionstatic OidType
OidType.copy()
Constructorstatic OidType
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).ElementDefinition.getDefaultValueOidType()
ElementDefinition.getFixedOidType()
ElementDefinition.getPatternOidType()
ElementDefinition.ElementDefinitionExampleComponent.getValueOidType()
Extension.getValueOidType()
Parameters.ParametersParameterComponent.getValueOidType()
Task.TaskInputComponent.getValueOidType()
Task.TaskOutputComponent.getValueOidType()
Transport.ParameterComponent.getValueOidType()
Transport.TransportOutputComponent.getValueOidType()