Uses of Class
org.hl7.fhir.r4.model.GuidanceResponse
-
Packages that use GuidanceResponse Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of GuidanceResponse in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return GuidanceResponse Modifier and Type Method Description protected GuidanceResponseJsonParser. parseGuidanceResponse(com.google.gson.JsonObject json)protected GuidanceResponseXmlParser. parseGuidanceResponse(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type GuidanceResponse Modifier and Type Method Description protected voidJsonParser. composeGuidanceResponse(String name, GuidanceResponse element)protected voidRdfParser. composeGuidanceResponse(Turtle.Complex parent, String parentType, String name, GuidanceResponse element, int index)protected voidXmlParser. composeGuidanceResponse(String name, GuidanceResponse element)protected voidXmlParser. composeGuidanceResponseElements(GuidanceResponse element)protected voidJsonParser. composeGuidanceResponseInner(GuidanceResponse element)protected booleanXmlParser. parseGuidanceResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GuidanceResponse res)protected voidJsonParser. parseGuidanceResponseProperties(com.google.gson.JsonObject json, GuidanceResponse res) -
Uses of GuidanceResponse in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model with parameters of type GuidanceResponse Modifier and Type Method Description voidGuidanceResponse. copyValues(GuidanceResponse dst)
-