Uses of Class
org.hl7.fhir.dstu2.model.Basic
-
Packages that use Basic Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Basic in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type Basic Modifier and Type Method Description protected voidJsonParser. composeBasic(String name, Basic element)protected voidXmlParser. composeBasic(String name, Basic element)protected voidJsonParser. composeBasicInner(Basic element) -
Uses of Basic in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.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. setSubject(Reference value)BasicBasic. setSubjectTarget(Resource value)protected BasicBasic. typedCopy()
-