| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.formats | |
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Method and Description |
|---|---|
protected Library |
JsonParser.parseLibrary(com.google.gson.JsonObject json) |
protected Library |
XmlParser.parseLibrary(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeLibrary(String name,
Library element) |
protected void |
XmlParser.composeLibrary(String name,
Library element) |
protected void |
XmlParser.composeLibraryElements(Library element) |
protected void |
JsonParser.composeLibraryInner(Library element) |
protected boolean |
XmlParser.parseLibraryContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Library res) |
protected void |
JsonParser.parseLibraryProperties(com.google.gson.JsonObject json,
Library res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Library> |
PlanDefinition.libraryTarget
The actual objects that are the target of the reference (A reference to a Library resource containing any formal logic used by the plan definition.)
|
protected List<Library> |
ActivityDefinition.libraryTarget
The actual objects that are the target of the reference (A reference to a Library resource containing any formal logic used by the asset.)
|
protected List<Library> |
Measure.libraryTarget
The actual objects that are the target of the reference (A reference to a Library resource containing the formal logic used by the measure.)
|
| Modifier and Type | Method and Description |
|---|---|
List<Library> |
PlanDefinition.getLibraryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Library> |
ActivityDefinition.getLibraryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Library> |
Measure.getLibraryTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
Copyright © 2014–2018 University Health Network. All rights reserved.