Uses of Class
org.hl7.fhir.r4.model.UuidType
-
Packages that use UuidType Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of UuidType in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return UuidType Modifier and Type Method Description protected UuidTypeJsonParser. parseUuid(String v)protected UuidTypeXmlParser. parseUuid(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type UuidType Modifier and Type Method Description protected voidRdfParser. composeUuid(Turtle.Complex parent, String parentType, String name, UuidType value, int index)protected voidXmlParser. composeUuid(String name, UuidType value)protected voidJsonParser. composeUuidCore(String name, UuidType value, boolean inArray)protected voidJsonParser. composeUuidExtras(String name, UuidType value, boolean inArray) -
Uses of UuidType in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return UuidType Modifier and Type Method Description UuidTypeUuidType. copy()Constructor
-