Uses of Class
org.hl7.fhir.r4b.model.CommunicationRequest
-
Packages that use CommunicationRequest Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of CommunicationRequest in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return CommunicationRequest Modifier and Type Method Description protected CommunicationRequestJsonParser. parseCommunicationRequest(com.google.gson.JsonObject json)protected CommunicationRequestXmlParser. parseCommunicationRequest(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type CommunicationRequest Modifier and Type Method Description protected voidJsonParser. composeCommunicationRequest(String name, CommunicationRequest element)protected voidRdfParser. composeCommunicationRequest(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CommunicationRequest element, int index)protected voidXmlParser. composeCommunicationRequest(String name, CommunicationRequest element)protected voidXmlParser. composeCommunicationRequestElements(CommunicationRequest element)protected voidJsonParser. composeCommunicationRequestProperties(CommunicationRequest element)protected booleanXmlParser. parseCommunicationRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest res)protected voidJsonParser. parseCommunicationRequestProperties(com.google.gson.JsonObject json, CommunicationRequest res) -
Uses of CommunicationRequest in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type CommunicationRequest Modifier and Type Method Description voidCommunicationRequest. copyValues(CommunicationRequest dst)
-