Uses of Class
org.hl7.fhir.dstu3.model.DocumentReference.DocumentReferenceContextRelatedComponent
-
Uses of DocumentReference.DocumentReferenceContextRelatedComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceDocumentReferenceContextRelatedComponent
(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceContextRelatedComponent
(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDocumentReferenceDocumentReferenceContextRelatedComponent
(String name, DocumentReference.DocumentReferenceContextRelatedComponent element) protected void
RdfParser.composeDocumentReferenceDocumentReferenceContextRelatedComponent
(Turtle.Complex parent, String parentType, String name, DocumentReference.DocumentReferenceContextRelatedComponent element, int index) protected void
XmlParser.composeDocumentReferenceDocumentReferenceContextRelatedComponent
(String name, DocumentReference.DocumentReferenceContextRelatedComponent element) protected void
XmlParser.composeDocumentReferenceDocumentReferenceContextRelatedComponentElements
(DocumentReference.DocumentReferenceContextRelatedComponent element) protected void
JsonParser.composeDocumentReferenceDocumentReferenceContextRelatedComponentInner
(DocumentReference.DocumentReferenceContextRelatedComponent element) protected boolean
XmlParser.parseDocumentReferenceDocumentReferenceContextRelatedComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceContextRelatedComponent res) protected void
JsonParser.parseDocumentReferenceDocumentReferenceContextRelatedComponentProperties
(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceContextRelatedComponent res) -
Uses of DocumentReference.DocumentReferenceContextRelatedComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionDocumentReference.DocumentReferenceContextComponent.related
Related identifiers or resources associated with the DocumentReference.Modifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.addRelated()
DocumentReference.DocumentReferenceContextRelatedComponent.copy()
DocumentReference.DocumentReferenceContextComponent.getRelatedFirstRep()
DocumentReference.DocumentReferenceContextRelatedComponent.setIdentifier
(Identifier value) DocumentReference.DocumentReferenceContextRelatedComponent.setRefTarget
(Resource value) Modifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.getRelated()
Modifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.addRelated
(DocumentReference.DocumentReferenceContextRelatedComponent t) Modifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.setRelated
(List<DocumentReference.DocumentReferenceContextRelatedComponent> theRelated)