Uses of Class
org.hl7.fhir.r4.model.Basic
-
Packages that use Basic Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Basic in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Basic Modifier and Type Method Description protected BasicJsonParser. parseBasic(com.google.gson.JsonObject json)protected BasicXmlParser. parseBasic(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Basic Modifier and Type Method Description protected voidJsonParser. composeBasic(String name, Basic element)protected voidRdfParser. composeBasic(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. composeBasicInner(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.r4.model
Methods in org.hl7.fhir.r4.model that return Basic Modifier and Type Method Description BasicBasic. addIdentifier(Identifier t)BasicBasic. copy()BasicBasic. setAuthor(Reference value)BasicBasic. setAuthorTarget(Resource value)BasicBasic. setCode(CodeableConcept value)BasicBasic. setCreated(Date value)BasicBasic. setCreatedElement(DateType value)BasicBasic. setIdentifier(List<Identifier> theIdentifier)BasicBasic. setSubject(Reference value)BasicBasic. setSubjectTarget(Resource value)protected BasicBasic. typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Basic Modifier and Type Method Description voidBasic. copyValues(Basic dst)
-