Uses of Class
org.hl7.fhir.dstu2.model.DocumentReference.DocumentReferenceRelatesToComponent
-
Packages that use DocumentReference.DocumentReferenceRelatesToComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Method Description protected DocumentReference.DocumentReferenceRelatesToComponentJsonParser. parseDocumentReferenceDocumentReferenceRelatesToComponent(com.google.gson.JsonObject json, DocumentReference owner)protected DocumentReference.DocumentReferenceRelatesToComponentXmlParser. parseDocumentReferenceDocumentReferenceRelatesToComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Method Description protected voidJsonParser. composeDocumentReferenceDocumentReferenceRelatesToComponent(String name, DocumentReference.DocumentReferenceRelatesToComponent element)protected voidXmlParser. composeDocumentReferenceDocumentReferenceRelatesToComponent(String name, DocumentReference.DocumentReferenceRelatesToComponent element)protected voidJsonParser. composeDocumentReferenceDocumentReferenceRelatesToComponentInner(DocumentReference.DocumentReferenceRelatesToComponent element) -
Uses of DocumentReference.DocumentReferenceRelatesToComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Field Description protected List<DocumentReference.DocumentReferenceRelatesToComponent>DocumentReference. relatesToRelationships that this document has with other document references that already exist.Methods in org.hl7.fhir.dstu2.model that return DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Method Description DocumentReference.DocumentReferenceRelatesToComponentDocumentReference. addRelatesTo()DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. copy()DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. setCode(DocumentReference.DocumentRelationshipType value)DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. setCodeElement(Enumeration<DocumentReference.DocumentRelationshipType> value)DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. setTarget(Reference value)DocumentReference.DocumentReferenceRelatesToComponentDocumentReference.DocumentReferenceRelatesToComponent. setTargetTarget(DocumentReference value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Method Description List<DocumentReference.DocumentReferenceRelatesToComponent>DocumentReference. getRelatesTo()Methods in org.hl7.fhir.dstu2.model with parameters of type DocumentReference.DocumentReferenceRelatesToComponent Modifier and Type Method Description DocumentReferenceDocumentReference. addRelatesTo(DocumentReference.DocumentReferenceRelatesToComponent t)
-