Uses of Class
org.hl7.fhir.dstu2.model.DocumentReference.DocumentReferenceContextRelatedComponent
-
Packages that use DocumentReference.DocumentReferenceContextRelatedComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of DocumentReference.DocumentReferenceContextRelatedComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return DocumentReference.DocumentReferenceContextRelatedComponent Modifier and Type Method Description protected DocumentReference.DocumentReferenceContextRelatedComponentJsonParser. parseDocumentReferenceDocumentReferenceContextRelatedComponent(com.google.gson.JsonObject json, DocumentReference owner)protected DocumentReference.DocumentReferenceContextRelatedComponentXmlParser. parseDocumentReferenceDocumentReferenceContextRelatedComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type DocumentReference.DocumentReferenceContextRelatedComponent Modifier and Type Method Description protected voidJsonParser. composeDocumentReferenceDocumentReferenceContextRelatedComponent(String name, DocumentReference.DocumentReferenceContextRelatedComponent element)protected voidXmlParser. composeDocumentReferenceDocumentReferenceContextRelatedComponent(String name, DocumentReference.DocumentReferenceContextRelatedComponent element)protected voidJsonParser. composeDocumentReferenceDocumentReferenceContextRelatedComponentInner(DocumentReference.DocumentReferenceContextRelatedComponent element) -
Uses of DocumentReference.DocumentReferenceContextRelatedComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type DocumentReference.DocumentReferenceContextRelatedComponent Modifier and Type Field Description protected List<DocumentReference.DocumentReferenceContextRelatedComponent>DocumentReference.DocumentReferenceContextComponent. relatedRelated identifiers or resources associated with the DocumentReference.Methods in org.hl7.fhir.dstu2.model that return DocumentReference.DocumentReferenceContextRelatedComponent Modifier and Type Method Description DocumentReference.DocumentReferenceContextRelatedComponentDocumentReference.DocumentReferenceContextComponent. addRelated()DocumentReference.DocumentReferenceContextRelatedComponentDocumentReference.DocumentReferenceContextRelatedComponent. copy()DocumentReference.DocumentReferenceContextRelatedComponentDocumentReference.DocumentReferenceContextRelatedComponent. setIdentifier(Identifier value)DocumentReference.DocumentReferenceContextRelatedComponentDocumentReference.DocumentReferenceContextRelatedComponent. setRef(Reference value)DocumentReference.DocumentReferenceContextRelatedComponentDocumentReference.DocumentReferenceContextRelatedComponent. setRefTarget(Resource value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type DocumentReference.DocumentReferenceContextRelatedComponent Modifier and Type Method Description List<DocumentReference.DocumentReferenceContextRelatedComponent>DocumentReference.DocumentReferenceContextComponent. getRelated()Methods in org.hl7.fhir.dstu2.model with parameters of type DocumentReference.DocumentReferenceContextRelatedComponent Modifier and Type Method Description DocumentReference.DocumentReferenceContextComponentDocumentReference.DocumentReferenceContextComponent. addRelated(DocumentReference.DocumentReferenceContextRelatedComponent t)
-