Uses of Class
org.hl7.fhir.r5.model.CommunicationRequest.CommunicationRequestPayloadComponent
-
Uses of CommunicationRequest.CommunicationRequestPayloadComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseCommunicationRequestPayloadComponent
(com.google.gson.JsonObject json) XmlParser.parseCommunicationRequestPayloadComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCommunicationRequestPayloadComponent
(String name, CommunicationRequest.CommunicationRequestPayloadComponent element) protected void
RdfParser.composeCommunicationRequestPayloadComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CommunicationRequest.CommunicationRequestPayloadComponent element, int index) protected void
XmlParser.composeCommunicationRequestPayloadComponent
(String name, CommunicationRequest.CommunicationRequestPayloadComponent element) protected void
XmlParser.composeCommunicationRequestPayloadComponentElements
(CommunicationRequest.CommunicationRequestPayloadComponent element) protected void
JsonParser.composeCommunicationRequestPayloadComponentProperties
(CommunicationRequest.CommunicationRequestPayloadComponent element) protected boolean
XmlParser.parseCommunicationRequestPayloadComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest.CommunicationRequestPayloadComponent res) protected void
JsonParser.parseCommunicationRequestPayloadComponentProperties
(com.google.gson.JsonObject json, CommunicationRequest.CommunicationRequestPayloadComponent res) -
Uses of CommunicationRequest.CommunicationRequestPayloadComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionCommunicationRequest.payload
Text, attachment(s), or resource(s) to be communicated to the recipient.Modifier and TypeMethodDescriptionCommunicationRequest.addPayload()
CommunicationRequest.CommunicationRequestPayloadComponent.copy()
CommunicationRequest.getPayloadFirstRep()
CommunicationRequest.CommunicationRequestPayloadComponent.setContent
(DataType value) Modifier and TypeMethodDescriptionCommunicationRequest.addPayload
(CommunicationRequest.CommunicationRequestPayloadComponent t) void
CommunicationRequest.CommunicationRequestPayloadComponent.copyValues
(CommunicationRequest.CommunicationRequestPayloadComponent dst) Modifier and TypeMethodDescriptionCommunicationRequest.setPayload
(List<CommunicationRequest.CommunicationRequestPayloadComponent> thePayload)