
Uses of Class
org.hl7.fhir.dstu3.model.DocumentReference.DocumentReferenceContextRelatedComponent
Packages that use DocumentReference.DocumentReferenceContextRelatedComponent
-
Uses of DocumentReference.DocumentReferenceContextRelatedComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceDocumentReferenceContextRelatedComponent
(com.google.gson.JsonObject json, DocumentReference owner) XmlParser.parseDocumentReferenceDocumentReferenceContextRelatedComponent
(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type DocumentReference.DocumentReferenceContextRelatedComponentModifier 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
Fields in org.hl7.fhir.dstu3.model with type parameters of type DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeFieldDescriptionDocumentReference.DocumentReferenceContextComponent.related
Related identifiers or resources associated with the DocumentReference.Methods in org.hl7.fhir.dstu3.model that return DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.addRelated()
DocumentReference.DocumentReferenceContextRelatedComponent.copy()
DocumentReference.DocumentReferenceContextComponent.getRelatedFirstRep()
DocumentReference.DocumentReferenceContextRelatedComponent.setIdentifier
(Identifier value) DocumentReference.DocumentReferenceContextRelatedComponent.setRefTarget
(Resource value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.getRelated()
Methods in org.hl7.fhir.dstu3.model with parameters of type DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.addRelated
(DocumentReference.DocumentReferenceContextRelatedComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type DocumentReference.DocumentReferenceContextRelatedComponentModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceContextComponent.setRelated
(List<DocumentReference.DocumentReferenceContextRelatedComponent> theRelated)