Uses of Class
org.hl7.fhir.r5.model.Basic
Packages that use Basic
-
Uses of Basic in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return BasicModifier and TypeMethodDescriptionprotected BasicJsonParser.parseBasic(com.google.gson.JsonObject json)protected BasicXmlParser.parseBasic(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type BasicModifier and TypeMethodDescriptionprotected voidJsonParser.composeBasic(String name, Basic element)protected voidRdfParser.composeBasic(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Basic element, int index)protected voidXmlParser.composeBasic(String name, Basic element)protected voidXmlParser.composeBasicElements(Basic element)protected voidJsonParser.composeBasicProperties(Basic element)protected booleanXmlParser.parseBasicContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Basic res)protected voidJsonParser.parseBasicProperties(com.google.gson.JsonObject json, Basic res) -
Uses of Basic in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return BasicModifier and TypeMethodDescriptionBasic.addIdentifier(Identifier t)Basic.copy()Basic.setCode(CodeableConcept value)Basic.setCreated(Date value)Basic.setCreatedElement(DateType value)Basic.setIdentifier(List<Identifier> theIdentifier)Basic.setSubject(Reference value)protected BasicBasic.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Basic