| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected OidType |
JsonParser.parseOid(String v) |
protected OidType |
XmlParser.parseOid(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XmlParser.composeOid(String name,
OidType value) |
protected void |
RdfParser.composeOid(Turtle.Complex parent,
String parentType,
String name,
OidType value,
int index) |
protected void |
JsonParser.composeOidCore(String name,
OidType value,
boolean inArray) |
protected void |
JsonParser.composeOidExtras(String name,
OidType value,
boolean inArray) |
| Modifier and Type | Method and Description |
|---|---|
OidType |
Base.castToOid(Base b) |
OidType |
OidType.copy()
Constructor
|
static OidType |
UriType.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).
|
Copyright © 2014–2021 Health Level 7. All rights reserved.